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