Class SignInAliases.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.SignInAliases.Jsii$Proxy
- All Implemented Interfaces:
SignInAliases,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SignInAliases
@Stability(Stable)
@Internal
public static final class SignInAliases.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SignInAliases
An implementation for
SignInAliases-
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.cognito.SignInAliases
SignInAliases.Builder, SignInAliases.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SignInAliases.Builder builder) Constructor that initializes the object based on literal property values passed by theSignInAliases.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 BooleangetEmail()Whether a user is allowed to sign up or sign in with an email address.final BooleangetPhone()Whether a user is allowed to sign up or sign in with a phone number.final BooleanWhether a user is allowed to sign in with a secondary username, that can be set and modified after sign up.final BooleanWhether user is allowed to sign up or sign in with a username.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 theSignInAliases.Builder.
-
-
Method Details
-
getEmail
Description copied from interface:SignInAliasesWhether a user is allowed to sign up or sign in with an email address.Default: false
- Specified by:
getEmailin interfaceSignInAliases
-
getPhone
Description copied from interface:SignInAliasesWhether a user is allowed to sign up or sign in with a phone number.Default: false
- Specified by:
getPhonein interfaceSignInAliases
-
getPreferredUsername
Description copied from interface:SignInAliasesWhether a user is allowed to sign in with a secondary username, that can be set and modified after sign up.Can only be used in conjunction with
USERNAME.Default: false
- Specified by:
getPreferredUsernamein interfaceSignInAliases
-
getUsername
Description copied from interface:SignInAliasesWhether user is allowed to sign up or sign in with a username.Default: true
- Specified by:
getUsernamein interfaceSignInAliases
-
$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()
-