Interface CfnMessageTemplate.CustomerProfileAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMessageTemplate.CustomerProfileAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnMessageTemplate
@Stability(Stable)
public static interface CfnMessageTemplate.CustomerProfileAttributesProperty
extends software.amazon.jsii.JsiiSerializable
The customer profile attributes that are used with the message template.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wisdom.*;
CustomerProfileAttributesProperty customerProfileAttributesProperty = CustomerProfileAttributesProperty.builder()
.accountNumber("accountNumber")
.additionalInformation("additionalInformation")
.address1("address1")
.address2("address2")
.address3("address3")
.address4("address4")
.billingAddress1("billingAddress1")
.billingAddress2("billingAddress2")
.billingAddress3("billingAddress3")
.billingAddress4("billingAddress4")
.billingCity("billingCity")
.billingCountry("billingCountry")
.billingCounty("billingCounty")
.billingPostalCode("billingPostalCode")
.billingProvince("billingProvince")
.billingState("billingState")
.birthDate("birthDate")
.businessEmailAddress("businessEmailAddress")
.businessName("businessName")
.businessPhoneNumber("businessPhoneNumber")
.city("city")
.country("country")
.county("county")
.custom(Map.of(
"customKey", "custom"))
.emailAddress("emailAddress")
.firstName("firstName")
.gender("gender")
.homePhoneNumber("homePhoneNumber")
.lastName("lastName")
.mailingAddress1("mailingAddress1")
.mailingAddress2("mailingAddress2")
.mailingAddress3("mailingAddress3")
.mailingAddress4("mailingAddress4")
.mailingCity("mailingCity")
.mailingCountry("mailingCountry")
.mailingCounty("mailingCounty")
.mailingPostalCode("mailingPostalCode")
.mailingProvince("mailingProvince")
.mailingState("mailingState")
.middleName("middleName")
.mobilePhoneNumber("mobilePhoneNumber")
.partyType("partyType")
.phoneNumber("phoneNumber")
.postalCode("postalCode")
.profileArn("profileArn")
.profileId("profileId")
.province("province")
.shippingAddress1("shippingAddress1")
.shippingAddress2("shippingAddress2")
.shippingAddress3("shippingAddress3")
.shippingAddress4("shippingAddress4")
.shippingCity("shippingCity")
.shippingCountry("shippingCountry")
.shippingCounty("shippingCounty")
.shippingPostalCode("shippingPostalCode")
.shippingProvince("shippingProvince")
.shippingState("shippingState")
.state("state")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMessageTemplate.CustomerProfileAttributesPropertystatic final classAn implementation forCfnMessageTemplate.CustomerProfileAttributesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringA unique account number that you have given to the customer.default StringAny additional information relevant to the customer's profile.default StringThe first line of a customer address.default StringThe second line of a customer address.default StringThe third line of a customer address.default StringThe fourth line of a customer address.default StringThe first line of a customer’s billing address.default StringThe second line of a customer’s billing address.default StringThe third line of a customer’s billing address.default StringThe fourth line of a customer’s billing address.default StringThe city of a customer’s billing address.default StringThe country of a customer’s billing address.default StringThe county of a customer’s billing address.default StringThe postal code of a customer’s billing address.default StringThe province of a customer’s billing address.default StringThe state of a customer’s billing address.default StringThe customer's birth date.default StringThe customer's business email address.default StringThe name of the customer's business.default StringThe customer's business phone number.default StringgetCity()The city in which a customer lives.default StringThe country in which a customer lives.default StringThe county in which a customer lives.default ObjectThe custom attributes in customer profile attributes.default StringThe customer's email address, which has not been specified as a personal or business address.default StringThe customer's first name.default StringThe customer's gender.default StringThe customer's mobile phone number.default StringThe customer's last name.default StringThe first line of a customer’s mailing address.default StringThe second line of a customer’s mailing address.default StringThe third line of a customer’s mailing address.default StringThe fourth line of a customer’s mailing address.default StringThe city of a customer’s mailing address.default StringThe country of a customer’s mailing address.default StringThe county of a customer’s mailing address.default StringThe postal code of a customer’s mailing address.default StringThe province of a customer’s mailing address.default StringThe state of a customer’s mailing address.default StringThe customer's middle name.default StringThe customer's mobile phone number.default StringThe customer's party type.default StringThe customer's phone number, which has not been specified as a mobile, home, or business number.default StringThe postal code of a customer address.default StringThe ARN of a customer profile.default StringThe unique identifier of a customer profile.default StringThe province in which a customer lives.default StringThe first line of a customer’s shipping address.default StringThe second line of a customer’s shipping address.default StringThe third line of a customer’s shipping address.default StringThe fourth line of a customer’s shipping address.default StringThe city of a customer’s shipping address.default StringThe country of a customer’s shipping address.default StringThe county of a customer’s shipping address.default StringThe postal code of a customer’s shipping address.default StringThe province of a customer’s shipping address.default StringThe state of a customer’s shipping address.default StringgetState()The state in which a customer lives.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountNumber
A unique account number that you have given to the customer.- See Also:
-
getAdditionalInformation
Any additional information relevant to the customer's profile.- See Also:
-
getAddress1
The first line of a customer address.- See Also:
-
getAddress2
The second line of a customer address.- See Also:
-
getAddress3
The third line of a customer address.- See Also:
-
getAddress4
The fourth line of a customer address.- See Also:
-
getBillingAddress1
The first line of a customer’s billing address.- See Also:
-
getBillingAddress2
The second line of a customer’s billing address.- See Also:
-
getBillingAddress3
The third line of a customer’s billing address.- See Also:
-
getBillingAddress4
The fourth line of a customer’s billing address.- See Also:
-
getBillingCity
The city of a customer’s billing address.- See Also:
-
getBillingCountry
The country of a customer’s billing address.- See Also:
-
getBillingCounty
The county of a customer’s billing address.- See Also:
-
getBillingPostalCode
The postal code of a customer’s billing address.- See Also:
-
getBillingProvince
The province of a customer’s billing address.- See Also:
-
getBillingState
The state of a customer’s billing address.- See Also:
-
getBirthDate
The customer's birth date.- See Also:
-
getBusinessEmailAddress
The customer's business email address.- See Also:
-
getBusinessName
The name of the customer's business.- See Also:
-
getBusinessPhoneNumber
The customer's business phone number.- See Also:
-
getCity
The city in which a customer lives.- See Also:
-
getCountry
The country in which a customer lives.- See Also:
-
getCounty
The county in which a customer lives.- See Also:
-
getCustom
The custom attributes in customer profile attributes.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getEmailAddress
The customer's email address, which has not been specified as a personal or business address.- See Also:
-
getFirstName
The customer's first name.- See Also:
-
getGender
The customer's gender.- See Also:
-
getHomePhoneNumber
The customer's mobile phone number.- See Also:
-
getLastName
The customer's last name.- See Also:
-
getMailingAddress1
The first line of a customer’s mailing address.- See Also:
-
getMailingAddress2
The second line of a customer’s mailing address.- See Also:
-
getMailingAddress3
The third line of a customer’s mailing address.- See Also:
-
getMailingAddress4
The fourth line of a customer’s mailing address.- See Also:
-
getMailingCity
The city of a customer’s mailing address.- See Also:
-
getMailingCountry
The country of a customer’s mailing address.- See Also:
-
getMailingCounty
The county of a customer’s mailing address.- See Also:
-
getMailingPostalCode
The postal code of a customer’s mailing address.- See Also:
-
getMailingProvince
The province of a customer’s mailing address.- See Also:
-
getMailingState
The state of a customer’s mailing address.- See Also:
-
getMiddleName
The customer's middle name.- See Also:
-
getMobilePhoneNumber
The customer's mobile phone number.- See Also:
-
getPartyType
The customer's party type.- See Also:
-
getPhoneNumber
The customer's phone number, which has not been specified as a mobile, home, or business number.- See Also:
-
getPostalCode
The postal code of a customer address.- See Also:
-
getProfileArn
The ARN of a customer profile.- See Also:
-
getProfileId
The unique identifier of a customer profile.- See Also:
-
getProvince
The province in which a customer lives.- See Also:
-
getShippingAddress1
The first line of a customer’s shipping address.- See Also:
-
getShippingAddress2
The second line of a customer’s shipping address.- See Also:
-
getShippingAddress3
The third line of a customer’s shipping address.- See Also:
-
getShippingAddress4
The fourth line of a customer’s shipping address.- See Also:
-
getShippingCity
The city of a customer’s shipping address.- See Also:
-
getShippingCountry
The country of a customer’s shipping address.- See Also:
-
getShippingCounty
The county of a customer’s shipping address.- See Also:
-
getShippingPostalCode
The postal code of a customer’s shipping address.- See Also:
-
getShippingProvince
The province of a customer’s shipping address.- See Also:
-
getShippingState
The state of a customer’s shipping address.- See Also:
-
getState
The state in which a customer lives.- See Also:
-
builder
-