public static final class CfnRecordSetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecordSetGroupProps
CfnRecordSetGroupProps
CfnRecordSetGroupProps.Builder, CfnRecordSetGroupProps.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()
*Optional:* Any comments you want to include about a change batch request.
|
java.lang.String |
getHostedZoneId()
The ID of the hosted zone that you want to create records in.
|
java.lang.String |
getHostedZoneName()
The name of the hosted zone that you want to create records in.
|
java.lang.Object |
getRecordSets()
A complex type that contains one `RecordSet` element for each record that you want to create.
|
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 getComment()
CfnRecordSetGroupProps
getComment
in interface CfnRecordSetGroupProps
public final java.lang.String getHostedZoneId()
CfnRecordSetGroupProps
Specify either HostedZoneName
or HostedZoneId
, but not both. If you have multiple hosted zones with the same domain name, you must specify the hosted zone using HostedZoneId
.
getHostedZoneId
in interface CfnRecordSetGroupProps
public final java.lang.String getHostedZoneName()
CfnRecordSetGroupProps
You must include a trailing dot (for example, www.example.com.
) as part of the HostedZoneName
.
When you create a stack using an AWS::Route53::RecordSet
that specifies HostedZoneName
, AWS CloudFormation attempts to find a hosted zone whose name matches the HostedZoneName
. If AWS CloudFormation can't find a hosted zone with a matching domain name, or if there is more than one hosted zone with the specified domain name, AWS CloudFormation will not create the stack.
Specify either HostedZoneName
or HostedZoneId
, but not both. If you have multiple hosted zones with the same domain name, you must specify the hosted zone using HostedZoneId
.
getHostedZoneName
in interface CfnRecordSetGroupProps
public final java.lang.Object getRecordSets()
CfnRecordSetGroupProps
getRecordSets
in interface CfnRecordSetGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()