Package software.amazon.awscdk.cxapi
Class VpcSubnet.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cxapi.VpcSubnet.Jsii$Proxy
- All Implemented Interfaces:
VpcSubnet
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VpcSubnet
@Stability(Stable)
@Internal
public static final class VpcSubnet.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VpcSubnet
An implementation for
VpcSubnet
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.cxapi.VpcSubnet
VpcSubnet.Builder, VpcSubnet.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VpcSubnet.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcSubnet.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The code of the availability zone this subnet is in (for example, 'us-west-2a').final String
getCidr()
CIDR range of the subnet.final String
The identifier of the route table for this subnet.final String
The identifier of the subnet.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theVpcSubnet.Builder
.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:VpcSubnet
The code of the availability zone this subnet is in (for example, 'us-west-2a').- Specified by:
getAvailabilityZone
in interfaceVpcSubnet
-
getRouteTableId
Description copied from interface:VpcSubnet
The identifier of the route table for this subnet.- Specified by:
getRouteTableId
in interfaceVpcSubnet
-
getSubnetId
Description copied from interface:VpcSubnet
The identifier of the subnet.- Specified by:
getSubnetId
in interfaceVpcSubnet
-
getCidr
Description copied from interface:VpcSubnet
CIDR range of the subnet.Default: - CIDR information not available
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-