public static final class AaaaRecordProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AaaaRecordProps
AaaaRecordProps
AaaaRecordProps.Builder, AaaaRecordProps.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 |
getComment()
A comment to add on the record.
|
java.lang.String |
getRecordName()
The domain name for this record.
|
RecordTarget |
getTarget()
The target.
|
Duration |
getTtl()
The resource record cache time to live (TTL).
|
IHostedZone |
getZone()
The hosted zone in which to define the new record.
|
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 RecordTarget getTarget()
AaaaRecordProps
getTarget
in interface AaaaRecordProps
public final IHostedZone getZone()
RecordSetOptions
getZone
in interface RecordSetOptions
public final java.lang.String getComment()
RecordSetOptions
Default: no comment
getComment
in interface RecordSetOptions
public final java.lang.String getRecordName()
RecordSetOptions
Default: zone root
getRecordName
in interface RecordSetOptions
public final Duration getTtl()
RecordSetOptions
Default: Duration.minutes(30)
getTtl
in interface RecordSetOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()