Class ClassicLinkDnsSupport

    • Constructor Detail

      • ClassicLinkDnsSupport

        public ClassicLinkDnsSupport()
    • Method Detail

      • setVpcId

        public void setVpcId​(String vpcId)

        The ID of the VPC.

        Parameters:
        vpcId - The ID of the VPC.
      • getVpcId

        public String getVpcId()

        The ID of the VPC.

        Returns:
        The ID of the VPC.
      • withVpcId

        public ClassicLinkDnsSupport withVpcId​(String vpcId)

        The ID of the VPC.

        Parameters:
        vpcId - The ID of the VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClassicLinkDnsSupported

        public void setClassicLinkDnsSupported​(Boolean classicLinkDnsSupported)

        Indicates whether ClassicLink DNS support is enabled for the VPC.

        Parameters:
        classicLinkDnsSupported - Indicates whether ClassicLink DNS support is enabled for the VPC.
      • getClassicLinkDnsSupported

        public Boolean getClassicLinkDnsSupported()

        Indicates whether ClassicLink DNS support is enabled for the VPC.

        Returns:
        Indicates whether ClassicLink DNS support is enabled for the VPC.
      • withClassicLinkDnsSupported

        public ClassicLinkDnsSupport withClassicLinkDnsSupported​(Boolean classicLinkDnsSupported)

        Indicates whether ClassicLink DNS support is enabled for the VPC.

        Parameters:
        classicLinkDnsSupported - Indicates whether ClassicLink DNS support is enabled for the VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isClassicLinkDnsSupported

        public Boolean isClassicLinkDnsSupported()

        Indicates whether ClassicLink DNS support is enabled for the VPC.

        Returns:
        Indicates whether ClassicLink DNS support is enabled for the VPC.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object