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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the VpcSubnet.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 Type
    Method
    Description
    com.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
    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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(VpcSubnet.Builder builder)
      Constructor that initializes the object based on literal property values passed by the VpcSubnet.Builder.
  • Method Details

    • getAvailabilityZone

      public final String 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 interface VpcSubnet
    • getRouteTableId

      public final String getRouteTableId()
      Description copied from interface: VpcSubnet
      The identifier of the route table for this subnet.
      Specified by:
      getRouteTableId in interface VpcSubnet
    • getSubnetId

      public final String getSubnetId()
      Description copied from interface: VpcSubnet
      The identifier of the subnet.
      Specified by:
      getSubnetId in interface VpcSubnet
    • getCidr

      public final String getCidr()
      Description copied from interface: VpcSubnet
      CIDR range of the subnet.

      Default: - CIDR information not available

      Specified by:
      getCidr in interface VpcSubnet
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object