public static final class CfnHostedZone.VPCProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHostedZone.VPCProperty
CfnHostedZone.VPCProperty
CfnHostedZone.VPCProperty.Builder, CfnHostedZone.VPCProperty.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 |
getVpcId()
*Private hosted zones only:* The ID of an Amazon VPC.
|
java.lang.String |
getVpcRegion()
*Private hosted zones only:* The region that an Amazon VPC was created in.
|
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 getVpcId()
CfnHostedZone.VPCProperty
For public hosted zones, omit
VPCs
,VPCId
, andVPCRegion
.
getVpcId
in interface CfnHostedZone.VPCProperty
public final java.lang.String getVpcRegion()
CfnHostedZone.VPCProperty
For public hosted zones, omit
VPCs
,VPCId
, andVPCRegion
.
getVpcRegion
in interface CfnHostedZone.VPCProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()