Class AlbSubnetMapping.Jsii$Proxy

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(AlbSubnetMapping.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AlbSubnetMapping.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      String getAllocationId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#allocation_id Alb#allocation_id}.
      String getIpv6Address()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#ipv6_address Alb#ipv6_address}.
      String getPrivateIpv4Address()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#private_ipv4_address Alb#private_ipv4_address}.
      String getSubnetId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#subnet_id Alb#subnet_id}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • 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.
    • Method Detail

      • getSubnetId

        public final String getSubnetId()
        Description copied from interface: AlbSubnetMapping
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#subnet_id Alb#subnet_id}.
        Specified by:
        getSubnetId in interface AlbSubnetMapping
      • getAllocationId

        public final String getAllocationId()
        Description copied from interface: AlbSubnetMapping
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#allocation_id Alb#allocation_id}.
        Specified by:
        getAllocationId in interface AlbSubnetMapping
      • getIpv6Address

        public final String getIpv6Address()
        Description copied from interface: AlbSubnetMapping
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#ipv6_address Alb#ipv6_address}.
        Specified by:
        getIpv6Address in interface AlbSubnetMapping
      • getPrivateIpv4Address

        public final String getPrivateIpv4Address()
        Description copied from interface: AlbSubnetMapping
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#private_ipv4_address Alb#private_ipv4_address}.
        Specified by:
        getPrivateIpv4Address in interface AlbSubnetMapping
      • $jsii$toJson

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

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