Class CfnDomain.AttributeTypesSelectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.AttributeTypesSelectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.AttributeTypesSelectorProperty
CfnDomain.AttributeTypesSelectorProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.customerprofiles.CfnDomain.AttributeTypesSelectorProperty
CfnDomain.AttributeTypesSelectorProperty.Builder, CfnDomain.AttributeTypesSelectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.AttributeTypesSelectorProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDomain.AttributeTypesSelectorProperty.Builder.
-
-
Method Details
-
getAttributeMatchingModel
Description copied from interface:CfnDomain.AttributeTypesSelectorPropertyConfigures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.- Specified by:
getAttributeMatchingModelin interfaceCfnDomain.AttributeTypesSelectorProperty- See Also:
-
getAddress
Description copied from interface:CfnDomain.AttributeTypesSelectorPropertyThe Address type.You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress. You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.
- Specified by:
getAddressin interfaceCfnDomain.AttributeTypesSelectorProperty- See Also:
-
getEmailAddress
Description copied from interface:CfnDomain.AttributeTypesSelectorPropertyThe Email type.You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress. You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.
- Specified by:
getEmailAddressin interfaceCfnDomain.AttributeTypesSelectorProperty- See Also:
-
getPhoneNumber
Description copied from interface:CfnDomain.AttributeTypesSelectorPropertyThe PhoneNumber type.You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber. You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.
- Specified by:
getPhoneNumberin interfaceCfnDomain.AttributeTypesSelectorProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-