public static final class DistributionAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DistributionAttributes
DistributionAttributes
DistributionAttributes.Builder, DistributionAttributes.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) |
java.lang.String |
getDistributionId()
The distribution ID for this distribution.
|
java.lang.String |
getDomainName()
The generated domain name of the Distribution, such as d111111abcdef8.cloudfront.net.
|
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 java.lang.String getDistributionId()
DistributionAttributes
getDistributionId
in interface DistributionAttributes
public final java.lang.String getDomainName()
DistributionAttributes
getDomainName
in interface DistributionAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()