Class DescribeVpcClassicLinkDnsSupportResult

    • Constructor Detail

      • DescribeVpcClassicLinkDnsSupportResult

        public DescribeVpcClassicLinkDnsSupportResult()
    • Method Detail

      • getVpcs

        public List<ClassicLinkDnsSupport> getVpcs()

        Information about the ClassicLink DNS support status of the VPCs.

        Returns:
        Information about the ClassicLink DNS support status of the VPCs.
      • setVpcs

        public void setVpcs​(Collection<ClassicLinkDnsSupport> vpcs)

        Information about the ClassicLink DNS support status of the VPCs.

        Parameters:
        vpcs - Information about the ClassicLink DNS support status of the VPCs.
      • withVpcs

        public DescribeVpcClassicLinkDnsSupportResult withVpcs​(Collection<ClassicLinkDnsSupport> vpcs)

        Information about the ClassicLink DNS support status of the VPCs.

        Parameters:
        vpcs - Information about the ClassicLink DNS support status of the VPCs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        The token to use when requesting the next set of items.

        Parameters:
        nextToken - The token to use when requesting the next set of items.
      • getNextToken

        public String getNextToken()

        The token to use when requesting the next set of items.

        Returns:
        The token to use when requesting the next set of items.
      • withNextToken

        public DescribeVpcClassicLinkDnsSupportResult withNextToken​(String nextToken)

        The token to use when requesting the next set of items.

        Parameters:
        nextToken - The token to use when requesting the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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