Class CfnLaunchTemplate.Ipv6AddProperty.Jsii$Proxy

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

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

    • getIpv6Address

      public final String getIpv6Address()
      Description copied from interface: CfnLaunchTemplate.Ipv6AddProperty
      One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.

      You can't use this option if you're specifying a number of IPv6 addresses.

      Specified by:
      getIpv6Address in interface CfnLaunchTemplate.Ipv6AddProperty
    • $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