Class CfnSegmentDefinition.AddressDimensionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnSegmentDefinition.AddressDimensionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSegmentDefinition.AddressDimensionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSegmentDefinition.AddressDimensionProperty
@Stability(Stable)
@Internal
public static final class CfnSegmentDefinition.AddressDimensionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSegmentDefinition.AddressDimensionProperty
An implementation for
CfnSegmentDefinition.AddressDimensionProperty-
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.CfnSegmentDefinition.AddressDimensionProperty
CfnSegmentDefinition.AddressDimensionProperty.Builder, CfnSegmentDefinition.AddressDimensionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSegmentDefinition.AddressDimensionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectgetCity()The city belonging to the address.final ObjectThe country belonging to the address.final ObjectThe county belonging to the address.final ObjectThe postal code belonging to the address.final ObjectThe province belonging to the address.final ObjectgetState()The state belonging to the address.final inthashCode()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 theCfnSegmentDefinition.AddressDimensionProperty.Builder.
-
-
Method Details
-
getCity
Description copied from interface:CfnSegmentDefinition.AddressDimensionPropertyThe city belonging to the address.Returns union: either
IResolvableorCfnSegmentDefinition.ProfileDimensionProperty- Specified by:
getCityin interfaceCfnSegmentDefinition.AddressDimensionProperty- See Also:
-
getCountry
Description copied from interface:CfnSegmentDefinition.AddressDimensionPropertyThe country belonging to the address.Returns union: either
IResolvableorCfnSegmentDefinition.ProfileDimensionProperty- Specified by:
getCountryin interfaceCfnSegmentDefinition.AddressDimensionProperty- See Also:
-
getCounty
Description copied from interface:CfnSegmentDefinition.AddressDimensionPropertyThe county belonging to the address.Returns union: either
IResolvableorCfnSegmentDefinition.ProfileDimensionProperty- Specified by:
getCountyin interfaceCfnSegmentDefinition.AddressDimensionProperty- See Also:
-
getPostalCode
Description copied from interface:CfnSegmentDefinition.AddressDimensionPropertyThe postal code belonging to the address.Returns union: either
IResolvableorCfnSegmentDefinition.ProfileDimensionProperty- Specified by:
getPostalCodein interfaceCfnSegmentDefinition.AddressDimensionProperty- See Also:
-
getProvince
Description copied from interface:CfnSegmentDefinition.AddressDimensionPropertyThe province belonging to the address.Returns union: either
IResolvableorCfnSegmentDefinition.ProfileDimensionProperty- Specified by:
getProvincein interfaceCfnSegmentDefinition.AddressDimensionProperty- See Also:
-
getState
Description copied from interface:CfnSegmentDefinition.AddressDimensionPropertyThe state belonging to the address.Returns union: either
IResolvableorCfnSegmentDefinition.ProfileDimensionProperty- Specified by:
getStatein interfaceCfnSegmentDefinition.AddressDimensionProperty- 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()
-