Class CfnUserPropsMixin.AddressesItemsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnUserPropsMixin.AddressesItemsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPropsMixin.AddressesItemsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPropsMixin.AddressesItemsProperty
@Stability(Stable)
@Internal
public static final class CfnUserPropsMixin.AddressesItemsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPropsMixin.AddressesItemsProperty
An implementation for
CfnUserPropsMixin.AddressesItemsProperty-
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.cfnpropertymixins.services.identitystore.CfnUserPropsMixin.AddressesItemsProperty
CfnUserPropsMixin.AddressesItemsProperty.Builder, CfnUserPropsMixin.AddressesItemsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPropsMixin.AddressesItemsProperty.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 StringThe country of the address.final StringA formatted version of the address for display.final StringA string of the address locality.final StringThe postal code of the address.final ObjectWhether this is the primary address.final StringThe region of the address.final StringThe street of the address.final StringgetType()The type of 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 theCfnUserPropsMixin.AddressesItemsProperty.Builder.
-
-
Method Details
-
getCountry
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyThe country of the address.- Specified by:
getCountryin interfaceCfnUserPropsMixin.AddressesItemsProperty- See Also:
-
getFormatted
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyA formatted version of the address for display.- Specified by:
getFormattedin interfaceCfnUserPropsMixin.AddressesItemsProperty- See Also:
-
getLocality
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyA string of the address locality.- Specified by:
getLocalityin interfaceCfnUserPropsMixin.AddressesItemsProperty- See Also:
-
getPostalCode
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyThe postal code of the address.- Specified by:
getPostalCodein interfaceCfnUserPropsMixin.AddressesItemsProperty- See Also:
-
getPrimary
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyWhether this is the primary address.Returns union: either
BooleanorIResolvable- Specified by:
getPrimaryin interfaceCfnUserPropsMixin.AddressesItemsProperty- See Also:
-
getRegion
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyThe region of the address.- Specified by:
getRegionin interfaceCfnUserPropsMixin.AddressesItemsProperty- See Also:
-
getStreetAddress
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyThe street of the address.- Specified by:
getStreetAddressin interfaceCfnUserPropsMixin.AddressesItemsProperty- See Also:
-
getType
Description copied from interface:CfnUserPropsMixin.AddressesItemsPropertyThe type of address.- Specified by:
getTypein interfaceCfnUserPropsMixin.AddressesItemsProperty- 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()
-