![]() |
![]()
| ![]() |
![]()
NAMEPaws::CustomerProfiles::UpdateProfile - Arguments for method UpdateProfile on Paws::CustomerProfiles DESCRIPTIONThis class represents the parameters used for calling the method UpdateProfile on the Amazon Connect Customer Profiles service. Use the attributes of this class as arguments to method UpdateProfile. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateProfile. SYNOPSISmy $profile = Paws->service('CustomerProfiles'); my $UpdateProfileResponse = $profile->UpdateProfile( DomainName => 'Myname', ProfileId => 'Myuuid', AccountNumber => 'Mystring0To255', # OPTIONAL AdditionalInformation => 'Mystring0To1000', # OPTIONAL Address => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL Attributes => { 'Mystring1To255' => 'Mystring0To255', # key: min: 1, max: 255, value: max: 255 }, # OPTIONAL BillingAddress => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL BirthDate => 'Mystring0To255', # OPTIONAL BusinessEmailAddress => 'Mystring0To255', # OPTIONAL BusinessName => 'Mystring0To255', # OPTIONAL BusinessPhoneNumber => 'Mystring0To255', # OPTIONAL EmailAddress => 'Mystring0To255', # OPTIONAL FirstName => 'Mystring0To255', # OPTIONAL Gender => 'MALE', # OPTIONAL HomePhoneNumber => 'Mystring0To255', # OPTIONAL LastName => 'Mystring0To255', # OPTIONAL MailingAddress => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL MiddleName => 'Mystring0To255', # OPTIONAL MobilePhoneNumber => 'Mystring0To255', # OPTIONAL PartyType => 'INDIVIDUAL', # OPTIONAL PersonalEmailAddress => 'Mystring0To255', # OPTIONAL PhoneNumber => 'Mystring0To255', # OPTIONAL ShippingAddress => { Address1 => 'Mystring0To255', # max: 255 Address2 => 'Mystring0To255', # max: 255 Address3 => 'Mystring0To255', # max: 255 Address4 => 'Mystring0To255', # max: 255 City => 'Mystring0To255', # max: 255 Country => 'Mystring0To255', # max: 255 County => 'Mystring0To255', # max: 255 PostalCode => 'Mystring0To255', # max: 255 Province => 'Mystring0To255', # max: 255 State => 'Mystring0To255', # max: 255 }, # OPTIONAL ); # Results: my $ProfileId = $UpdateProfileResponse->ProfileId; # Returns a L<Paws::CustomerProfiles::UpdateProfileResponse> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/profile/UpdateProfile> ATTRIBUTESAccountNumber => StrA unique account number that you have given to the customer. AdditionalInformation => StrAny additional information relevant to the customer’s profile. Address => Paws::CustomerProfiles::UpdateAddressA generic address associated with the customer that is not mailing, shipping, or billing. Attributes => Paws::CustomerProfiles::UpdateAttributesA key value pair of attributes of a customer profile. BillingAddress => Paws::CustomerProfiles::UpdateAddressThe customer’s billing address. BirthDate => StrThe customer’s birth date. BusinessEmailAddress => StrThe customer’s business email address. BusinessName => StrThe name of the customer’s business. BusinessPhoneNumber => StrThe customer’s business phone number. REQUIRED DomainName => StrThe unique name of the domain. EmailAddress => StrThe customer’s email address, which has not been specified as a personal or business address. FirstName => StrThe customer’s first name. Gender => StrThe gender with which the customer identifies. Valid values are: "MALE", "FEMALE", "UNSPECIFIED" HomePhoneNumber => StrThe customer’s home phone number. LastName => StrThe customer’s last name. MailingAddress => Paws::CustomerProfiles::UpdateAddressThe customer’s mailing address. MiddleName => StrThe customer’s middle name. MobilePhoneNumber => StrThe customer’s mobile phone number. PartyType => StrThe type of profile used to describe the customer. Valid values are: "INDIVIDUAL", "BUSINESS", "OTHER" PersonalEmailAddress => StrThe customer’s personal email address. PhoneNumber => StrThe customer’s phone number, which has not been specified as a mobile, home, or business number. REQUIRED ProfileId => StrThe unique identifier of a customer profile. ShippingAddress => Paws::CustomerProfiles::UpdateAddressThe customer’s shipping address. SEE ALSOThis class forms part of Paws, documenting arguments for method UpdateProfile in Paws::CustomerProfiles BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|