Class DescribeVpcClassicLinkDnsSupportResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeVpcClassicLinkDnsSupportResult
- All Implemented Interfaces:
Serializable, Cloneable
public class DescribeVpcClassicLinkDnsSupportResult
extends Object
implements Serializable, Cloneable
Contains the output of DescribeVpcClassicLinkDnsSupport.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe token to use when requesting the next set of items.getVpcs()Information about the ClassicLink DNS support status of the VPCs.inthashCode()voidsetNextToken(String nextToken) The token to use when requesting the next set of items.voidInformation about the ClassicLink DNS support status of the VPCs.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) The token to use when requesting the next set of items.withVpcs(ClassicLinkDnsSupport... vpcs) Information about the ClassicLink DNS support status of the VPCs.Information about the ClassicLink DNS support status of the VPCs.
-
Constructor Details
-
DescribeVpcClassicLinkDnsSupportResult
public DescribeVpcClassicLinkDnsSupportResult()
-
-
Method Details
-
getVpcs
Information about the ClassicLink DNS support status of the VPCs.
- Returns:
- Information about the ClassicLink DNS support status of the VPCs.
-
setVpcs
Information about the ClassicLink DNS support status of the VPCs.
- Parameters:
vpcs- Information about the ClassicLink DNS support status of the VPCs.
-
withVpcs
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)orwithVpcs(java.util.Collection)if you want to override the existing values.- 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.
-
withVpcs
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
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
The token to use when requesting the next set of items.
- Returns:
- The token to use when requesting the next set of items.
-
withNextToken
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
-
equals
-
hashCode
-
clone
-