public class DescribeVpcClassicLinkDnsSupportRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DescribeVpcClassicLinkDnsSupportRequest>
Contains the parameters for DescribeVpcClassicLinkDnsSupport.
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
maxResults
The maximum number of items to return for this request.
|
private java.lang.String |
nextToken
The token for the next set of items to return.
|
private SdkInternalList<java.lang.String> |
vpcIds
One or more VPC IDs.
|
NOOP
Constructor and Description |
---|
DescribeVpcClassicLinkDnsSupportRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcClassicLinkDnsSupportRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
Request<DescribeVpcClassicLinkDnsSupportRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.Integer |
getMaxResults()
The maximum number of items to return for this request.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
java.util.List<java.lang.String> |
getVpcIds()
One or more VPC IDs.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
void |
setVpcIds(java.util.Collection<java.lang.String> vpcIds)
One or more VPC IDs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcClassicLinkDnsSupportRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of items to return for this request.
|
DescribeVpcClassicLinkDnsSupportRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
DescribeVpcClassicLinkDnsSupportRequest |
withVpcIds(java.util.Collection<java.lang.String> vpcIds)
One or more VPC IDs.
|
DescribeVpcClassicLinkDnsSupportRequest |
withVpcIds(java.lang.String... vpcIds)
One or more VPC IDs.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> vpcIds
One or more VPC IDs.
private java.lang.Integer maxResults
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
private java.lang.String nextToken
The token for the next set of items to return. (You received this token from a prior call.)
public DescribeVpcClassicLinkDnsSupportRequest()
public java.util.List<java.lang.String> getVpcIds()
One or more VPC IDs.
public void setVpcIds(java.util.Collection<java.lang.String> vpcIds)
One or more VPC IDs.
vpcIds
- One or more VPC IDs.public DescribeVpcClassicLinkDnsSupportRequest withVpcIds(java.lang.String... vpcIds)
One or more VPC IDs.
NOTE: This method appends the values to the existing list (if
any). Use setVpcIds(java.util.Collection)
or
withVpcIds(java.util.Collection)
if you want to override the
existing values.
vpcIds
- One or more VPC IDs.public DescribeVpcClassicLinkDnsSupportRequest withVpcIds(java.util.Collection<java.lang.String> vpcIds)
One or more VPC IDs.
vpcIds
- One or more VPC IDs.public void setMaxResults(java.lang.Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this request. The
request returns a token that you can specify in a subsequent call
to get the next set of results.public java.lang.Integer getMaxResults()
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
public DescribeVpcClassicLinkDnsSupportRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this request. The
request returns a token that you can specify in a subsequent call
to get the next set of results.public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken
- The token for the next set of items to return. (You received this
token from a prior call.)public java.lang.String getNextToken()
The token for the next set of items to return. (You received this token from a prior call.)
public DescribeVpcClassicLinkDnsSupportRequest withNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken
- The token for the next set of items to return. (You received this
token from a prior call.)public Request<DescribeVpcClassicLinkDnsSupportRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVpcClassicLinkDnsSupportRequest>
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 DescribeVpcClassicLinkDnsSupportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()