@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProfileRequest |
addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
UpdateProfileRequest |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountNumber()
An account number that you have given to the customer.
|
String |
getAdditionalInformation()
Any additional information relevant to the customer’s profile.
|
UpdateAddress |
getAddress()
A generic address associated with the customer that is not mailing, shipping, or billing.
|
Map<String,String> |
getAttributes()
A key value pair of attributes of a customer profile.
|
UpdateAddress |
getBillingAddress()
The customer’s billing address.
|
String |
getBirthDate()
The customer’s birth date.
|
String |
getBusinessEmailAddress()
The customer’s business email address.
|
String |
getBusinessName()
The name of the customer’s business.
|
String |
getBusinessPhoneNumber()
The customer’s business phone number.
|
String |
getDomainName()
The unique name of the domain.
|
String |
getEmailAddress()
The customer’s email address, which has not been specified as a personal or business address.
|
String |
getFirstName()
The customer’s first name.
|
String |
getGender()
Deprecated.
|
String |
getGenderString()
An alternative to
Gender which accepts any string as input. |
String |
getHomePhoneNumber()
The customer’s home phone number.
|
String |
getLastName()
The customer’s last name.
|
UpdateAddress |
getMailingAddress()
The customer’s mailing address.
|
String |
getMiddleName()
The customer’s middle name.
|
String |
getMobilePhoneNumber()
The customer’s mobile phone number.
|
String |
getPartyType()
Deprecated.
|
String |
getPartyTypeString()
An alternative to
PartyType which accepts any string as input. |
String |
getPersonalEmailAddress()
The customer’s personal email address.
|
String |
getPhoneNumber()
The customer’s phone number, which has not been specified as a mobile, home, or business number.
|
String |
getProfileId()
The unique identifier of a customer profile.
|
UpdateAddress |
getShippingAddress()
The customer’s shipping address.
|
int |
hashCode() |
void |
setAccountNumber(String accountNumber)
An account number that you have given to the customer.
|
void |
setAdditionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
|
void |
setAddress(UpdateAddress address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
void |
setAttributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
|
void |
setBillingAddress(UpdateAddress billingAddress)
The customer’s billing address.
|
void |
setBirthDate(String birthDate)
The customer’s birth date.
|
void |
setBusinessEmailAddress(String businessEmailAddress)
The customer’s business email address.
|
void |
setBusinessName(String businessName)
The name of the customer’s business.
|
void |
setBusinessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setEmailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
|
void |
setFirstName(String firstName)
The customer’s first name.
|
void |
setGender(String gender)
Deprecated.
|
void |
setGenderString(String genderString)
An alternative to
Gender which accepts any string as input. |
void |
setHomePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
|
void |
setLastName(String lastName)
The customer’s last name.
|
void |
setMailingAddress(UpdateAddress mailingAddress)
The customer’s mailing address.
|
void |
setMiddleName(String middleName)
The customer’s middle name.
|
void |
setMobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
|
void |
setPartyType(String partyType)
Deprecated.
|
void |
setPartyTypeString(String partyTypeString)
An alternative to
PartyType which accepts any string as input. |
void |
setPersonalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
|
void |
setPhoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
|
void |
setProfileId(String profileId)
The unique identifier of a customer profile.
|
void |
setShippingAddress(UpdateAddress shippingAddress)
The customer’s shipping address.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProfileRequest |
withAccountNumber(String accountNumber)
An account number that you have given to the customer.
|
UpdateProfileRequest |
withAdditionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
|
UpdateProfileRequest |
withAddress(UpdateAddress address)
A generic address associated with the customer that is not mailing, shipping, or billing.
|
UpdateProfileRequest |
withAttributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
|
UpdateProfileRequest |
withBillingAddress(UpdateAddress billingAddress)
The customer’s billing address.
|
UpdateProfileRequest |
withBirthDate(String birthDate)
The customer’s birth date.
|
UpdateProfileRequest |
withBusinessEmailAddress(String businessEmailAddress)
The customer’s business email address.
|
UpdateProfileRequest |
withBusinessName(String businessName)
The name of the customer’s business.
|
UpdateProfileRequest |
withBusinessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
|
UpdateProfileRequest |
withDomainName(String domainName)
The unique name of the domain.
|
UpdateProfileRequest |
withEmailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
|
UpdateProfileRequest |
withFirstName(String firstName)
The customer’s first name.
|
UpdateProfileRequest |
withGender(Gender gender)
Deprecated.
|
UpdateProfileRequest |
withGender(String gender)
Deprecated.
|
UpdateProfileRequest |
withGenderString(String genderString)
An alternative to
Gender which accepts any string as input. |
UpdateProfileRequest |
withHomePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
|
UpdateProfileRequest |
withLastName(String lastName)
The customer’s last name.
|
UpdateProfileRequest |
withMailingAddress(UpdateAddress mailingAddress)
The customer’s mailing address.
|
UpdateProfileRequest |
withMiddleName(String middleName)
The customer’s middle name.
|
UpdateProfileRequest |
withMobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
|
UpdateProfileRequest |
withPartyType(PartyType partyType)
Deprecated.
|
UpdateProfileRequest |
withPartyType(String partyType)
Deprecated.
|
UpdateProfileRequest |
withPartyTypeString(String partyTypeString)
An alternative to
PartyType which accepts any string as input. |
UpdateProfileRequest |
withPersonalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
|
UpdateProfileRequest |
withPhoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
|
UpdateProfileRequest |
withProfileId(String profileId)
The unique identifier of a customer profile.
|
UpdateProfileRequest |
withShippingAddress(UpdateAddress shippingAddress)
The customer’s shipping address.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public String getDomainName()
The unique name of the domain.
public UpdateProfileRequest withDomainName(String domainName)
The unique name of the domain.
domainName
- The unique name of the domain.public void setProfileId(String profileId)
The unique identifier of a customer profile.
profileId
- The unique identifier of a customer profile.public String getProfileId()
The unique identifier of a customer profile.
public UpdateProfileRequest withProfileId(String profileId)
The unique identifier of a customer profile.
profileId
- The unique identifier of a customer profile.public void setAdditionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
additionalInformation
- Any additional information relevant to the customer’s profile.public String getAdditionalInformation()
Any additional information relevant to the customer’s profile.
public UpdateProfileRequest withAdditionalInformation(String additionalInformation)
Any additional information relevant to the customer’s profile.
additionalInformation
- Any additional information relevant to the customer’s profile.public void setAccountNumber(String accountNumber)
An account number that you have given to the customer.
accountNumber
- An account number that you have given to the customer.public String getAccountNumber()
An account number that you have given to the customer.
public UpdateProfileRequest withAccountNumber(String accountNumber)
An account number that you have given to the customer.
accountNumber
- An account number that you have given to the customer.@Deprecated public void setPartyType(String partyType)
The type of profile used to describe the customer.
partyType
- The type of profile used to describe the customer.PartyType
@Deprecated public String getPartyType()
The type of profile used to describe the customer.
PartyType
@Deprecated public UpdateProfileRequest withPartyType(String partyType)
The type of profile used to describe the customer.
partyType
- The type of profile used to describe the customer.PartyType
@Deprecated public UpdateProfileRequest withPartyType(PartyType partyType)
The type of profile used to describe the customer.
partyType
- The type of profile used to describe the customer.PartyType
public void setBusinessName(String businessName)
The name of the customer’s business.
businessName
- The name of the customer’s business.public String getBusinessName()
The name of the customer’s business.
public UpdateProfileRequest withBusinessName(String businessName)
The name of the customer’s business.
businessName
- The name of the customer’s business.public void setFirstName(String firstName)
The customer’s first name.
firstName
- The customer’s first name.public String getFirstName()
The customer’s first name.
public UpdateProfileRequest withFirstName(String firstName)
The customer’s first name.
firstName
- The customer’s first name.public void setMiddleName(String middleName)
The customer’s middle name.
middleName
- The customer’s middle name.public String getMiddleName()
The customer’s middle name.
public UpdateProfileRequest withMiddleName(String middleName)
The customer’s middle name.
middleName
- The customer’s middle name.public void setLastName(String lastName)
The customer’s last name.
lastName
- The customer’s last name.public String getLastName()
The customer’s last name.
public UpdateProfileRequest withLastName(String lastName)
The customer’s last name.
lastName
- The customer’s last name.public void setBirthDate(String birthDate)
The customer’s birth date.
birthDate
- The customer’s birth date.public String getBirthDate()
The customer’s birth date.
public UpdateProfileRequest withBirthDate(String birthDate)
The customer’s birth date.
birthDate
- The customer’s birth date.@Deprecated public void setGender(String gender)
The gender with which the customer identifies.
gender
- The gender with which the customer identifies.Gender
@Deprecated public String getGender()
The gender with which the customer identifies.
Gender
@Deprecated public UpdateProfileRequest withGender(String gender)
The gender with which the customer identifies.
gender
- The gender with which the customer identifies.Gender
@Deprecated public UpdateProfileRequest withGender(Gender gender)
The gender with which the customer identifies.
gender
- The gender with which the customer identifies.Gender
public void setPhoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
phoneNumber
- The customer’s phone number, which has not been specified as a mobile, home, or business number.public String getPhoneNumber()
The customer’s phone number, which has not been specified as a mobile, home, or business number.
public UpdateProfileRequest withPhoneNumber(String phoneNumber)
The customer’s phone number, which has not been specified as a mobile, home, or business number.
phoneNumber
- The customer’s phone number, which has not been specified as a mobile, home, or business number.public void setMobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
mobilePhoneNumber
- The customer’s mobile phone number.public String getMobilePhoneNumber()
The customer’s mobile phone number.
public UpdateProfileRequest withMobilePhoneNumber(String mobilePhoneNumber)
The customer’s mobile phone number.
mobilePhoneNumber
- The customer’s mobile phone number.public void setHomePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
homePhoneNumber
- The customer’s home phone number.public String getHomePhoneNumber()
The customer’s home phone number.
public UpdateProfileRequest withHomePhoneNumber(String homePhoneNumber)
The customer’s home phone number.
homePhoneNumber
- The customer’s home phone number.public void setBusinessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
businessPhoneNumber
- The customer’s business phone number.public String getBusinessPhoneNumber()
The customer’s business phone number.
public UpdateProfileRequest withBusinessPhoneNumber(String businessPhoneNumber)
The customer’s business phone number.
businessPhoneNumber
- The customer’s business phone number.public void setEmailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
emailAddress
- The customer’s email address, which has not been specified as a personal or business address.public String getEmailAddress()
The customer’s email address, which has not been specified as a personal or business address.
public UpdateProfileRequest withEmailAddress(String emailAddress)
The customer’s email address, which has not been specified as a personal or business address.
emailAddress
- The customer’s email address, which has not been specified as a personal or business address.public void setPersonalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
personalEmailAddress
- The customer’s personal email address.public String getPersonalEmailAddress()
The customer’s personal email address.
public UpdateProfileRequest withPersonalEmailAddress(String personalEmailAddress)
The customer’s personal email address.
personalEmailAddress
- The customer’s personal email address.public void setBusinessEmailAddress(String businessEmailAddress)
The customer’s business email address.
businessEmailAddress
- The customer’s business email address.public String getBusinessEmailAddress()
The customer’s business email address.
public UpdateProfileRequest withBusinessEmailAddress(String businessEmailAddress)
The customer’s business email address.
businessEmailAddress
- The customer’s business email address.public void setAddress(UpdateAddress address)
A generic address associated with the customer that is not mailing, shipping, or billing.
address
- A generic address associated with the customer that is not mailing, shipping, or billing.public UpdateAddress getAddress()
A generic address associated with the customer that is not mailing, shipping, or billing.
public UpdateProfileRequest withAddress(UpdateAddress address)
A generic address associated with the customer that is not mailing, shipping, or billing.
address
- A generic address associated with the customer that is not mailing, shipping, or billing.public void setShippingAddress(UpdateAddress shippingAddress)
The customer’s shipping address.
shippingAddress
- The customer’s shipping address.public UpdateAddress getShippingAddress()
The customer’s shipping address.
public UpdateProfileRequest withShippingAddress(UpdateAddress shippingAddress)
The customer’s shipping address.
shippingAddress
- The customer’s shipping address.public void setMailingAddress(UpdateAddress mailingAddress)
The customer’s mailing address.
mailingAddress
- The customer’s mailing address.public UpdateAddress getMailingAddress()
The customer’s mailing address.
public UpdateProfileRequest withMailingAddress(UpdateAddress mailingAddress)
The customer’s mailing address.
mailingAddress
- The customer’s mailing address.public void setBillingAddress(UpdateAddress billingAddress)
The customer’s billing address.
billingAddress
- The customer’s billing address.public UpdateAddress getBillingAddress()
The customer’s billing address.
public UpdateProfileRequest withBillingAddress(UpdateAddress billingAddress)
The customer’s billing address.
billingAddress
- The customer’s billing address.public Map<String,String> getAttributes()
A key value pair of attributes of a customer profile.
public void setAttributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
attributes
- A key value pair of attributes of a customer profile.public UpdateProfileRequest withAttributes(Map<String,String> attributes)
A key value pair of attributes of a customer profile.
attributes
- A key value pair of attributes of a customer profile.public UpdateProfileRequest addAttributesEntry(String key, String value)
public UpdateProfileRequest clearAttributesEntries()
public void setPartyTypeString(String partyTypeString)
An alternative to PartyType
which accepts any string as input.
partyTypeString
- An alternative to PartyType
which accepts any string as input.public String getPartyTypeString()
An alternative to PartyType
which accepts any string as input.
PartyType
which accepts any string as input.public UpdateProfileRequest withPartyTypeString(String partyTypeString)
An alternative to PartyType
which accepts any string as input.
partyTypeString
- An alternative to PartyType
which accepts any string as input.public void setGenderString(String genderString)
An alternative to Gender
which accepts any string as input.
genderString
- An alternative to Gender
which accepts any string as input.public String getGenderString()
An alternative to Gender
which accepts any string as input.
Gender
which accepts any string as input.public UpdateProfileRequest withGenderString(String genderString)
An alternative to Gender
which accepts any string as input.
genderString
- An alternative to Gender
which accepts any string as input.public String toString()
toString
in class Object
Object.toString()
public UpdateProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()