public class DescribeVpcClassicLinkDnsSupportResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeVpcClassicLinkDnsSupport.
Constructor and Description |
---|
DescribeVpcClassicLinkDnsSupportResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
java.util.List<ClassicLinkDnsSupport> |
getVpcs()
Information about the ClassicLink DNS support status of the VPCs.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
void |
setVpcs(java.util.Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcClassicLinkDnsSupportResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcClassicLinkDnsSupportResult |
withVpcs(ClassicLinkDnsSupport... vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
DescribeVpcClassicLinkDnsSupportResult |
withVpcs(java.util.Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
public DescribeVpcClassicLinkDnsSupportResult()
public java.util.List<ClassicLinkDnsSupport> getVpcs()
public void setVpcs(java.util.Collection<ClassicLinkDnsSupport> vpcs)
vpcs
- Information about the ClassicLink DNS support status of the VPCs.public DescribeVpcClassicLinkDnsSupportResult withVpcs(ClassicLinkDnsSupport... vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs
- Information about the ClassicLink DNS support status of the VPCs.public DescribeVpcClassicLinkDnsSupportResult withVpcs(java.util.Collection<ClassicLinkDnsSupport> vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs
- Information about the ClassicLink DNS support status of the VPCs.public java.lang.String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(java.lang.String nextToken)
Constraints:
Length: 1 - 1024
nextToken
- The token to use when requesting the next set of items.public DescribeVpcClassicLinkDnsSupportResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
nextToken
- The token to use when requesting the next set of items.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.