public class DescribeVpcClassicLinkDnsSupportResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribeVpcClassicLinkDnsSupport.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
The token to use when requesting the next set of items.
|
private SdkInternalList<ClassicLinkDnsSupport> |
vpcs
Information about the ClassicLink DNS support status of the VPCs.
|
Constructor and Description |
---|
DescribeVpcClassicLinkDnsSupportResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportResult |
clone() |
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.
|
private SdkInternalList<ClassicLinkDnsSupport> vpcs
Information about the ClassicLink DNS support status of the VPCs.
private java.lang.String nextToken
The token to use when requesting the next set of items.
public DescribeVpcClassicLinkDnsSupportResult()
public java.util.List<ClassicLinkDnsSupport> getVpcs()
Information about the ClassicLink DNS support status of the VPCs.
public void setVpcs(java.util.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(java.util.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 void setNextToken(java.lang.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 java.lang.String getNextToken()
The token to use when requesting the next set of items.
public DescribeVpcClassicLinkDnsSupportResult withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeVpcClassicLinkDnsSupportResult clone()
clone
in class java.lang.Object