@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcClassicLinkDnsSupportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcClassicLinkDnsSupportResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to include in another request to get the next page of items.
|
List<ClassicLinkDnsSupport> |
getVpcs()
Information about the ClassicLink DNS support status of the VPCs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to include in another request to get the next page 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.
|
DescribeVpcClassicLinkDnsSupportResult |
withNextToken(String nextToken)
The token to include in another request to get the next page 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 include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeVpcClassicLinkDnsSupportResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.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()