Class CfnSubnetCidrBlockProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnSubnetCidrBlockProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSubnetCidrBlockProps
An implementation for CfnSubnetCidrBlockProps
  • 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(CfnSubnetCidrBlockProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSubnetCidrBlockProps.Builder.
  • Method Details

    • getIpv6CidrBlock

      public final String getIpv6CidrBlock()
      Description copied from interface: CfnSubnetCidrBlockProps
      The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

      This parameter is required for an IPv6 only subnet.

      Specified by:
      getIpv6CidrBlock in interface CfnSubnetCidrBlockProps
    • getSubnetId

      public final String getSubnetId()
      Description copied from interface: CfnSubnetCidrBlockProps
      The ID of the subnet.
      Specified by:
      getSubnetId in interface CfnSubnetCidrBlockProps
    • $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