Class UserPoolDomainOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.UserPoolDomainOptions.Jsii$Proxy
- All Implemented Interfaces:
UserPoolDomainOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- UserPoolDomainOptions
@Stability(Stable)
@Internal
public static final class UserPoolDomainOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserPoolDomainOptions
An implementation for
UserPoolDomainOptions-
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.UserPoolDomainOptions
UserPoolDomainOptions.Builder, UserPoolDomainOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UserPoolDomainOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theUserPoolDomainOptions.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 CognitoDomainOptionsAssociate a cognito prefix domain with your user pool EithercustomDomainorcognitoDomainmust be specified.final CustomDomainOptionsAssociate a custom domain with your user pool EithercustomDomainorcognitoDomainmust be specified.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 theUserPoolDomainOptions.Builder.
-
-
Method Details
-
getCognitoDomain
Description copied from interface:UserPoolDomainOptionsAssociate a cognito prefix domain with your user pool EithercustomDomainorcognitoDomainmust be specified.Default: - not set if `customDomain` is specified, otherwise, throws an error.
-
getCustomDomain
Description copied from interface:UserPoolDomainOptionsAssociate a custom domain with your user pool EithercustomDomainorcognitoDomainmust be specified.Default: - not set if `cognitoDomain` is specified, otherwise, throws an error.
- Specified by:
getCustomDomainin interfaceUserPoolDomainOptions- 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()
-