public static final class CfnVPCGatewayAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVPCGatewayAttachmentProps
CfnVPCGatewayAttachmentProps
CfnVPCGatewayAttachmentProps.Builder, CfnVPCGatewayAttachmentProps.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 |
getInternetGatewayId()
The ID of the internet gateway.
|
java.lang.String |
getVpcId()
The ID of the VPC.
|
java.lang.String |
getVpnGatewayId()
The ID of the virtual private gateway.
|
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()
CfnVPCGatewayAttachmentProps
getVpcId
in interface CfnVPCGatewayAttachmentProps
public final java.lang.String getInternetGatewayId()
CfnVPCGatewayAttachmentProps
You must specify either InternetGatewayId
or VpnGatewayId
, but not both.
getInternetGatewayId
in interface CfnVPCGatewayAttachmentProps
public final java.lang.String getVpnGatewayId()
CfnVPCGatewayAttachmentProps
You must specify either InternetGatewayId
or VpnGatewayId
, but not both.
getVpnGatewayId
in interface CfnVPCGatewayAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()