Class CfnUserPropsMixin.NameProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnUserPropsMixin.NameProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPropsMixin.NameProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPropsMixin.NameProperty
@Stability(Stable)
@Internal
public static final class CfnUserPropsMixin.NameProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPropsMixin.NameProperty
An implementation for
CfnUserPropsMixin.NameProperty-
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.NameProperty
CfnUserPropsMixin.NameProperty.Builder, CfnUserPropsMixin.NameProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPropsMixin.NameProperty.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 family name of the user.final StringA string containing a formatted version of the name for display.final StringThe given name of the user.final StringThe honorific prefix of the user.final StringThe honorific suffix of the user.final StringThe middle name of the user.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.NameProperty.Builder.
-
-
Method Details
-
getFamilyName
Description copied from interface:CfnUserPropsMixin.NamePropertyThe family name of the user.- Specified by:
getFamilyNamein interfaceCfnUserPropsMixin.NameProperty- See Also:
-
getFormatted
Description copied from interface:CfnUserPropsMixin.NamePropertyA string containing a formatted version of the name for display.- Specified by:
getFormattedin interfaceCfnUserPropsMixin.NameProperty- See Also:
-
getGivenName
Description copied from interface:CfnUserPropsMixin.NamePropertyThe given name of the user.- Specified by:
getGivenNamein interfaceCfnUserPropsMixin.NameProperty- See Also:
-
getHonorificPrefix
Description copied from interface:CfnUserPropsMixin.NamePropertyThe honorific prefix of the user.- Specified by:
getHonorificPrefixin interfaceCfnUserPropsMixin.NameProperty- See Also:
-
getHonorificSuffix
Description copied from interface:CfnUserPropsMixin.NamePropertyThe honorific suffix of the user.- Specified by:
getHonorificSuffixin interfaceCfnUserPropsMixin.NameProperty- See Also:
-
getMiddleName
Description copied from interface:CfnUserPropsMixin.NamePropertyThe middle name of the user.- Specified by:
getMiddleNamein interfaceCfnUserPropsMixin.NameProperty- 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()
-