public static final class CustomDomainOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomDomainOptions
CustomDomainOptions
CustomDomainOptions.Builder, CustomDomainOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
ICertificate |
getCertificate()
The certificate to associate with this domain.
|
java.lang.String |
getDomainName()
The custom domain name that you would like to associate with this User Pool.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final ICertificate getCertificate()
CustomDomainOptions
getCertificate
in interface CustomDomainOptions
public final java.lang.String getDomainName()
CustomDomainOptions
getDomainName
in interface CustomDomainOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()