@Stability(value=Stable) @Internal public static final class StandardAttribute.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StandardAttribute
StandardAttributesoftware.amazon.jsii.JsiiObject.InitializationModeStandardAttribute.Builder, StandardAttribute.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(StandardAttribute.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StandardAttribute.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getMutable()
Specifies whether the value of the attribute can be changed.
|
Boolean |
getRequired()
Specifies whether the attribute is required upon user registration.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(StandardAttribute.Builder builder)
StandardAttribute.Builder.public final Boolean getMutable()
StandardAttribute
For any user pool attribute that's mapped to an identity provider attribute, this must be set to true.
Amazon Cognito updates mapped attributes when users sign in to your application through an identity provider.
If an attribute is immutable, Amazon Cognito throws an error when it attempts to update the attribute.
Default: true
getMutable in interface StandardAttributepublic final Boolean getRequired()
StandardAttributeIf the attribute is required and the user does not provide a value, registration or sign-in will fail.
Default: false
getRequired in interface StandardAttribute@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.