@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldSourceProfileIds extends Object implements Serializable, Cloneable, StructuredPojo
A duplicate customer profile that is to be merged into a main profile.
Constructor and Description |
---|
FieldSourceProfileIds() |
Modifier and Type | Method and Description |
---|---|
FieldSourceProfileIds |
addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
FieldSourceProfileIds |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
FieldSourceProfileIds |
clone() |
boolean |
equals(Object obj) |
String |
getAccountNumber()
A unique identifier for the account number field to be merged.
|
String |
getAdditionalInformation()
A unique identifier for the additional information field to be merged.
|
String |
getAddress()
A unique identifier for the party type field to be merged.
|
Map<String,String> |
getAttributes()
A unique identifier for the attributes field to be merged.
|
String |
getBillingAddress()
A unique identifier for the billing type field to be merged.
|
String |
getBirthDate()
A unique identifier for the birthdate field to be merged.
|
String |
getBusinessEmailAddress()
A unique identifier for the party type field to be merged.
|
String |
getBusinessName()
A unique identifier for the business name field to be merged.
|
String |
getBusinessPhoneNumber()
A unique identifier for the business phone number field to be merged.
|
String |
getEmailAddress()
A unique identifier for the email address field to be merged.
|
String |
getFirstName()
A unique identifier for the first name field to be merged.
|
String |
getGender()
A unique identifier for the gender field to be merged.
|
String |
getHomePhoneNumber()
A unique identifier for the home phone number field to be merged.
|
String |
getLastName()
A unique identifier for the last name field to be merged.
|
String |
getMailingAddress()
A unique identifier for the mailing address field to be merged.
|
String |
getMiddleName()
A unique identifier for the middle name field to be merged.
|
String |
getMobilePhoneNumber()
A unique identifier for the mobile phone number field to be merged.
|
String |
getPartyType()
A unique identifier for the party type field to be merged.
|
String |
getPersonalEmailAddress()
A unique identifier for the personal email address field to be merged.
|
String |
getPhoneNumber()
A unique identifier for the phone number field to be merged.
|
String |
getShippingAddress()
A unique identifier for the shipping address field to be merged.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountNumber(String accountNumber)
A unique identifier for the account number field to be merged.
|
void |
setAdditionalInformation(String additionalInformation)
A unique identifier for the additional information field to be merged.
|
void |
setAddress(String address)
A unique identifier for the party type field to be merged.
|
void |
setAttributes(Map<String,String> attributes)
A unique identifier for the attributes field to be merged.
|
void |
setBillingAddress(String billingAddress)
A unique identifier for the billing type field to be merged.
|
void |
setBirthDate(String birthDate)
A unique identifier for the birthdate field to be merged.
|
void |
setBusinessEmailAddress(String businessEmailAddress)
A unique identifier for the party type field to be merged.
|
void |
setBusinessName(String businessName)
A unique identifier for the business name field to be merged.
|
void |
setBusinessPhoneNumber(String businessPhoneNumber)
A unique identifier for the business phone number field to be merged.
|
void |
setEmailAddress(String emailAddress)
A unique identifier for the email address field to be merged.
|
void |
setFirstName(String firstName)
A unique identifier for the first name field to be merged.
|
void |
setGender(String gender)
A unique identifier for the gender field to be merged.
|
void |
setHomePhoneNumber(String homePhoneNumber)
A unique identifier for the home phone number field to be merged.
|
void |
setLastName(String lastName)
A unique identifier for the last name field to be merged.
|
void |
setMailingAddress(String mailingAddress)
A unique identifier for the mailing address field to be merged.
|
void |
setMiddleName(String middleName)
A unique identifier for the middle name field to be merged.
|
void |
setMobilePhoneNumber(String mobilePhoneNumber)
A unique identifier for the mobile phone number field to be merged.
|
void |
setPartyType(String partyType)
A unique identifier for the party type field to be merged.
|
void |
setPersonalEmailAddress(String personalEmailAddress)
A unique identifier for the personal email address field to be merged.
|
void |
setPhoneNumber(String phoneNumber)
A unique identifier for the phone number field to be merged.
|
void |
setShippingAddress(String shippingAddress)
A unique identifier for the shipping address field to be merged.
|
String |
toString()
Returns a string representation of this object.
|
FieldSourceProfileIds |
withAccountNumber(String accountNumber)
A unique identifier for the account number field to be merged.
|
FieldSourceProfileIds |
withAdditionalInformation(String additionalInformation)
A unique identifier for the additional information field to be merged.
|
FieldSourceProfileIds |
withAddress(String address)
A unique identifier for the party type field to be merged.
|
FieldSourceProfileIds |
withAttributes(Map<String,String> attributes)
A unique identifier for the attributes field to be merged.
|
FieldSourceProfileIds |
withBillingAddress(String billingAddress)
A unique identifier for the billing type field to be merged.
|
FieldSourceProfileIds |
withBirthDate(String birthDate)
A unique identifier for the birthdate field to be merged.
|
FieldSourceProfileIds |
withBusinessEmailAddress(String businessEmailAddress)
A unique identifier for the party type field to be merged.
|
FieldSourceProfileIds |
withBusinessName(String businessName)
A unique identifier for the business name field to be merged.
|
FieldSourceProfileIds |
withBusinessPhoneNumber(String businessPhoneNumber)
A unique identifier for the business phone number field to be merged.
|
FieldSourceProfileIds |
withEmailAddress(String emailAddress)
A unique identifier for the email address field to be merged.
|
FieldSourceProfileIds |
withFirstName(String firstName)
A unique identifier for the first name field to be merged.
|
FieldSourceProfileIds |
withGender(String gender)
A unique identifier for the gender field to be merged.
|
FieldSourceProfileIds |
withHomePhoneNumber(String homePhoneNumber)
A unique identifier for the home phone number field to be merged.
|
FieldSourceProfileIds |
withLastName(String lastName)
A unique identifier for the last name field to be merged.
|
FieldSourceProfileIds |
withMailingAddress(String mailingAddress)
A unique identifier for the mailing address field to be merged.
|
FieldSourceProfileIds |
withMiddleName(String middleName)
A unique identifier for the middle name field to be merged.
|
FieldSourceProfileIds |
withMobilePhoneNumber(String mobilePhoneNumber)
A unique identifier for the mobile phone number field to be merged.
|
FieldSourceProfileIds |
withPartyType(String partyType)
A unique identifier for the party type field to be merged.
|
FieldSourceProfileIds |
withPersonalEmailAddress(String personalEmailAddress)
A unique identifier for the personal email address field to be merged.
|
FieldSourceProfileIds |
withPhoneNumber(String phoneNumber)
A unique identifier for the phone number field to be merged.
|
FieldSourceProfileIds |
withShippingAddress(String shippingAddress)
A unique identifier for the shipping address field to be merged.
|
public void setAccountNumber(String accountNumber)
A unique identifier for the account number field to be merged.
accountNumber
- A unique identifier for the account number field to be merged.public String getAccountNumber()
A unique identifier for the account number field to be merged.
public FieldSourceProfileIds withAccountNumber(String accountNumber)
A unique identifier for the account number field to be merged.
accountNumber
- A unique identifier for the account number field to be merged.public void setAdditionalInformation(String additionalInformation)
A unique identifier for the additional information field to be merged.
additionalInformation
- A unique identifier for the additional information field to be merged.public String getAdditionalInformation()
A unique identifier for the additional information field to be merged.
public FieldSourceProfileIds withAdditionalInformation(String additionalInformation)
A unique identifier for the additional information field to be merged.
additionalInformation
- A unique identifier for the additional information field to be merged.public void setPartyType(String partyType)
A unique identifier for the party type field to be merged.
partyType
- A unique identifier for the party type field to be merged.public String getPartyType()
A unique identifier for the party type field to be merged.
public FieldSourceProfileIds withPartyType(String partyType)
A unique identifier for the party type field to be merged.
partyType
- A unique identifier for the party type field to be merged.public void setBusinessName(String businessName)
A unique identifier for the business name field to be merged.
businessName
- A unique identifier for the business name field to be merged.public String getBusinessName()
A unique identifier for the business name field to be merged.
public FieldSourceProfileIds withBusinessName(String businessName)
A unique identifier for the business name field to be merged.
businessName
- A unique identifier for the business name field to be merged.public void setFirstName(String firstName)
A unique identifier for the first name field to be merged.
firstName
- A unique identifier for the first name field to be merged.public String getFirstName()
A unique identifier for the first name field to be merged.
public FieldSourceProfileIds withFirstName(String firstName)
A unique identifier for the first name field to be merged.
firstName
- A unique identifier for the first name field to be merged.public void setMiddleName(String middleName)
A unique identifier for the middle name field to be merged.
middleName
- A unique identifier for the middle name field to be merged.public String getMiddleName()
A unique identifier for the middle name field to be merged.
public FieldSourceProfileIds withMiddleName(String middleName)
A unique identifier for the middle name field to be merged.
middleName
- A unique identifier for the middle name field to be merged.public void setLastName(String lastName)
A unique identifier for the last name field to be merged.
lastName
- A unique identifier for the last name field to be merged.public String getLastName()
A unique identifier for the last name field to be merged.
public FieldSourceProfileIds withLastName(String lastName)
A unique identifier for the last name field to be merged.
lastName
- A unique identifier for the last name field to be merged.public void setBirthDate(String birthDate)
A unique identifier for the birthdate field to be merged.
birthDate
- A unique identifier for the birthdate field to be merged.public String getBirthDate()
A unique identifier for the birthdate field to be merged.
public FieldSourceProfileIds withBirthDate(String birthDate)
A unique identifier for the birthdate field to be merged.
birthDate
- A unique identifier for the birthdate field to be merged.public void setGender(String gender)
A unique identifier for the gender field to be merged.
gender
- A unique identifier for the gender field to be merged.public String getGender()
A unique identifier for the gender field to be merged.
public FieldSourceProfileIds withGender(String gender)
A unique identifier for the gender field to be merged.
gender
- A unique identifier for the gender field to be merged.public void setPhoneNumber(String phoneNumber)
A unique identifier for the phone number field to be merged.
phoneNumber
- A unique identifier for the phone number field to be merged.public String getPhoneNumber()
A unique identifier for the phone number field to be merged.
public FieldSourceProfileIds withPhoneNumber(String phoneNumber)
A unique identifier for the phone number field to be merged.
phoneNumber
- A unique identifier for the phone number field to be merged.public void setMobilePhoneNumber(String mobilePhoneNumber)
A unique identifier for the mobile phone number field to be merged.
mobilePhoneNumber
- A unique identifier for the mobile phone number field to be merged.public String getMobilePhoneNumber()
A unique identifier for the mobile phone number field to be merged.
public FieldSourceProfileIds withMobilePhoneNumber(String mobilePhoneNumber)
A unique identifier for the mobile phone number field to be merged.
mobilePhoneNumber
- A unique identifier for the mobile phone number field to be merged.public void setHomePhoneNumber(String homePhoneNumber)
A unique identifier for the home phone number field to be merged.
homePhoneNumber
- A unique identifier for the home phone number field to be merged.public String getHomePhoneNumber()
A unique identifier for the home phone number field to be merged.
public FieldSourceProfileIds withHomePhoneNumber(String homePhoneNumber)
A unique identifier for the home phone number field to be merged.
homePhoneNumber
- A unique identifier for the home phone number field to be merged.public void setBusinessPhoneNumber(String businessPhoneNumber)
A unique identifier for the business phone number field to be merged.
businessPhoneNumber
- A unique identifier for the business phone number field to be merged.public String getBusinessPhoneNumber()
A unique identifier for the business phone number field to be merged.
public FieldSourceProfileIds withBusinessPhoneNumber(String businessPhoneNumber)
A unique identifier for the business phone number field to be merged.
businessPhoneNumber
- A unique identifier for the business phone number field to be merged.public void setEmailAddress(String emailAddress)
A unique identifier for the email address field to be merged.
emailAddress
- A unique identifier for the email address field to be merged.public String getEmailAddress()
A unique identifier for the email address field to be merged.
public FieldSourceProfileIds withEmailAddress(String emailAddress)
A unique identifier for the email address field to be merged.
emailAddress
- A unique identifier for the email address field to be merged.public void setPersonalEmailAddress(String personalEmailAddress)
A unique identifier for the personal email address field to be merged.
personalEmailAddress
- A unique identifier for the personal email address field to be merged.public String getPersonalEmailAddress()
A unique identifier for the personal email address field to be merged.
public FieldSourceProfileIds withPersonalEmailAddress(String personalEmailAddress)
A unique identifier for the personal email address field to be merged.
personalEmailAddress
- A unique identifier for the personal email address field to be merged.public void setBusinessEmailAddress(String businessEmailAddress)
A unique identifier for the party type field to be merged.
businessEmailAddress
- A unique identifier for the party type field to be merged.public String getBusinessEmailAddress()
A unique identifier for the party type field to be merged.
public FieldSourceProfileIds withBusinessEmailAddress(String businessEmailAddress)
A unique identifier for the party type field to be merged.
businessEmailAddress
- A unique identifier for the party type field to be merged.public void setAddress(String address)
A unique identifier for the party type field to be merged.
address
- A unique identifier for the party type field to be merged.public String getAddress()
A unique identifier for the party type field to be merged.
public FieldSourceProfileIds withAddress(String address)
A unique identifier for the party type field to be merged.
address
- A unique identifier for the party type field to be merged.public void setShippingAddress(String shippingAddress)
A unique identifier for the shipping address field to be merged.
shippingAddress
- A unique identifier for the shipping address field to be merged.public String getShippingAddress()
A unique identifier for the shipping address field to be merged.
public FieldSourceProfileIds withShippingAddress(String shippingAddress)
A unique identifier for the shipping address field to be merged.
shippingAddress
- A unique identifier for the shipping address field to be merged.public void setMailingAddress(String mailingAddress)
A unique identifier for the mailing address field to be merged.
mailingAddress
- A unique identifier for the mailing address field to be merged.public String getMailingAddress()
A unique identifier for the mailing address field to be merged.
public FieldSourceProfileIds withMailingAddress(String mailingAddress)
A unique identifier for the mailing address field to be merged.
mailingAddress
- A unique identifier for the mailing address field to be merged.public void setBillingAddress(String billingAddress)
A unique identifier for the billing type field to be merged.
billingAddress
- A unique identifier for the billing type field to be merged.public String getBillingAddress()
A unique identifier for the billing type field to be merged.
public FieldSourceProfileIds withBillingAddress(String billingAddress)
A unique identifier for the billing type field to be merged.
billingAddress
- A unique identifier for the billing type field to be merged.public Map<String,String> getAttributes()
A unique identifier for the attributes field to be merged.
public void setAttributes(Map<String,String> attributes)
A unique identifier for the attributes field to be merged.
attributes
- A unique identifier for the attributes field to be merged.public FieldSourceProfileIds withAttributes(Map<String,String> attributes)
A unique identifier for the attributes field to be merged.
attributes
- A unique identifier for the attributes field to be merged.public FieldSourceProfileIds addAttributesEntry(String key, String value)
public FieldSourceProfileIds clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public FieldSourceProfileIds clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.