Class CfnUser.UserIdentityInfoProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnUser.UserIdentityInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUser.UserIdentityInfoProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUser.UserIdentityInfoProperty
@Stability(Stable)
@Internal
public static final class CfnUser.UserIdentityInfoProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUser.UserIdentityInfoProperty
An implementation for
CfnUser.UserIdentityInfoProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnUser.UserIdentityInfoProperty
CfnUser.UserIdentityInfoProperty.Builder, CfnUser.UserIdentityInfoProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUser.UserIdentityInfoProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.UserIdentityInfoProperty.Builder
.
-
-
Method Details
-
getEmail
Description copied from interface:CfnUser.UserIdentityInfoProperty
The email address.If you are using SAML for identity management and include this parameter, an error is returned.
- Specified by:
getEmail
in interfaceCfnUser.UserIdentityInfoProperty
-
getFirstName
Description copied from interface:CfnUser.UserIdentityInfoProperty
The first name.This is required if you are using Amazon Connect or SAML for identity management.
- Specified by:
getFirstName
in interfaceCfnUser.UserIdentityInfoProperty
-
getLastName
Description copied from interface:CfnUser.UserIdentityInfoProperty
The last name.This is required if you are using Amazon Connect or SAML for identity management.
- Specified by:
getLastName
in interfaceCfnUser.UserIdentityInfoProperty
-
getMobile
Description copied from interface:CfnUser.UserIdentityInfoProperty
The user's mobile number.- Specified by:
getMobile
in interfaceCfnUser.UserIdentityInfoProperty
-
getSecondaryEmail
Description copied from interface:CfnUser.UserIdentityInfoProperty
The user's secondary email address.If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
Pattern :
(?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}
- Specified by:
getSecondaryEmail
in interfaceCfnUser.UserIdentityInfoProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-