public class DescribeVpcClassicLinkDnsSupportResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcClassicLinkDnsSupportResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<ClassicLinkDnsSupport> |
getVpcs()
Information about the ClassicLink DNS support status of the VPCs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setVpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcClassicLinkDnsSupportResult |
withNextToken(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(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
|
public DescribeVpcClassicLinkDnsSupportResult()
public List<ClassicLinkDnsSupport> getVpcs()
public void setVpcs(Collection<ClassicLinkDnsSupport> vpcs)
vpcs
- Information about the ClassicLink DNS support status of the VPCs.public DescribeVpcClassicLinkDnsSupportResult withVpcs(ClassicLinkDnsSupport... vpcs)
NOTE: This method appends the values to the existing list (if
any). Use setVpcs(java.util.Collection)
or withVpcs(java.util.Collection)
if you want to override the existing
values.
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(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 String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(String nextToken)
Constraints:
Length: 1 - 1024
nextToken
- The token to use when requesting the next set of items.public DescribeVpcClassicLinkDnsSupportResult withNextToken(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 String toString()
toString
in class Object
Object.toString()
public DescribeVpcClassicLinkDnsSupportResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.