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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cxapi.VpcSubnet
VpcSubnet.Builder, VpcSubnet.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VpcSubnet.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcSubnet.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe code of the availability zone this subnet is in (for example, 'us-west-2a').final StringgetCidr()CIDR range of the subnet.final StringThe identifier of the route table for this subnet.final StringThe identifier of the subnet.final inthashCode()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:VpcSubnetThe code of the availability zone this subnet is in (for example, 'us-west-2a').- Specified by:
getAvailabilityZonein interfaceVpcSubnet
-
getRouteTableId
Description copied from interface:VpcSubnetThe identifier of the route table for this subnet.- Specified by:
getRouteTableIdin interfaceVpcSubnet
-
getSubnetId
Description copied from interface:VpcSubnetThe identifier of the subnet.- Specified by:
getSubnetIdin interfaceVpcSubnet
-
getCidr
Description copied from interface:VpcSubnetCIDR range of the subnet.Default: - CIDR information not available
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-