Class SubnetAttributes.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.SubnetAttributes.Jsii$Proxy
All Implemented Interfaces:
SubnetAttributes, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SubnetAttributes

@Stability(Stable) @Internal public static final class SubnetAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubnetAttributes
An implementation for SubnetAttributes
  • 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.services.ec2.SubnetAttributes

    SubnetAttributes.Builder, SubnetAttributes.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SubnetAttributes.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 Availability Zone the subnet is located in.
    final String
    The IPv4 CIDR block associated with the subnet.
    final String
    The ID of the route table for this particular subnet.
    final String
    The subnetId for this particular 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(SubnetAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SubnetAttributes.Builder.
  • Method Details

    • getSubnetId

      public final String getSubnetId()
      Description copied from interface: SubnetAttributes
      The subnetId for this particular subnet.
      Specified by:
      getSubnetId in interface SubnetAttributes
    • getAvailabilityZone

      public final String getAvailabilityZone()
      Description copied from interface: SubnetAttributes
      The Availability Zone the subnet is located in.

      Default: - No AZ information, cannot use AZ selection features

      Specified by:
      getAvailabilityZone in interface SubnetAttributes
    • getIpv4CidrBlock

      public final String getIpv4CidrBlock()
      Description copied from interface: SubnetAttributes
      The IPv4 CIDR block associated with the subnet.

      Default: - No CIDR information, cannot use CIDR filter features

      Specified by:
      getIpv4CidrBlock in interface SubnetAttributes
    • getRouteTableId

      public final String getRouteTableId()
      Description copied from interface: SubnetAttributes
      The ID of the route table for this particular subnet.

      Default: - No route table information, cannot create VPC endpoints

      Specified by:
      getRouteTableId in interface SubnetAttributes
    • $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