@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcClassicLinkDnsSupportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeVpcClassicLinkDnsSupport.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcClassicLinkDnsSupportResult()
public void setNextToken(String nextToken)
The token to use when requesting the next set of items.
nextToken
- The token to use when requesting the next set of items.public String getNextToken()
The token to use when requesting the next set of items.
public DescribeVpcClassicLinkDnsSupportResult withNextToken(String nextToken)
The token to use when requesting the next set of items.
nextToken
- The token to use when requesting the next set of items.public List<ClassicLinkDnsSupport> getVpcs()
Information about the ClassicLink DNS support status of the VPCs.
public void setVpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
vpcs
- Information about the ClassicLink DNS support status of the VPCs.public DescribeVpcClassicLinkDnsSupportResult withVpcs(ClassicLinkDnsSupport... vpcs)
Information about the ClassicLink DNS support status of the 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.
vpcs
- Information about the ClassicLink DNS support status of the VPCs.public DescribeVpcClassicLinkDnsSupportResult withVpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
vpcs
- Information about the ClassicLink DNS support status of the VPCs.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcClassicLinkDnsSupportResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.