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