@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVpnConnectionDeviceTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetVpnConnectionDeviceTypesRequest>
NOOP| Constructor and Description |
|---|
GetVpnConnectionDeviceTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetVpnConnectionDeviceTypesRequest |
clone() |
boolean |
equals(Object obj) |
Request<GetVpnConnectionDeviceTypesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Integer |
getMaxResults()
The maximum number of results returned by
GetVpnConnectionDeviceTypes in paginated output. |
String |
getNextToken()
The
NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results returned by
GetVpnConnectionDeviceTypes in paginated output. |
void |
setNextToken(String nextToken)
The
NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
GetVpnConnectionDeviceTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of results returned by
GetVpnConnectionDeviceTypes in paginated output. |
GetVpnConnectionDeviceTypesRequest |
withNextToken(String nextToken)
The
NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When this
parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results in a
single page along with a NextToken response element. The remaining results of the initial request
can be seen by sending another GetVpnConnectionDeviceTypes request with the returned
NextToken value. This value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.
maxResults - The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output.
When this parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults
results in a single page along with a NextToken response element. The remaining results of
the initial request can be seen by sending another GetVpnConnectionDeviceTypes request with
the returned NextToken value. This value can be between 200 and 1000. If this parameter is
not used, then GetVpnConnectionDeviceTypes returns all results.public Integer getMaxResults()
The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When this
parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results in a
single page along with a NextToken response element. The remaining results of the initial request
can be seen by sending another GetVpnConnectionDeviceTypes request with the returned
NextToken value. This value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.
GetVpnConnectionDeviceTypes in paginated output.
When this parameter is used, GetVpnConnectionDeviceTypes only returns
MaxResults results in a single page along with a NextToken response element.
The remaining results of the initial request can be seen by sending another
GetVpnConnectionDeviceTypes request with the returned NextToken value. This
value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.public GetVpnConnectionDeviceTypesRequest withMaxResults(Integer maxResults)
The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When this
parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results in a
single page along with a NextToken response element. The remaining results of the initial request
can be seen by sending another GetVpnConnectionDeviceTypes request with the returned
NextToken value. This value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.
maxResults - The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output.
When this parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults
results in a single page along with a NextToken response element. The remaining results of
the initial request can be seen by sending another GetVpnConnectionDeviceTypes request with
the returned NextToken value. This value can be between 200 and 1000. If this parameter is
not used, then GetVpnConnectionDeviceTypes returns all results.public void setNextToken(String nextToken)
The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken value. This value is null
when there are no more results to return.
nextToken - The NextToken value returned from a previous paginated
GetVpnConnectionDeviceTypes request where MaxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the NextToken value. This value is null when there are no more results to return.public String getNextToken()
The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken value. This value is null
when there are no more results to return.
NextToken value returned from a previous paginated
GetVpnConnectionDeviceTypes request where MaxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the NextToken value. This value is null when there are no more results to return.public GetVpnConnectionDeviceTypesRequest withNextToken(String nextToken)
The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken value. This value is null
when there are no more results to return.
nextToken - The NextToken value returned from a previous paginated
GetVpnConnectionDeviceTypes request where MaxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the NextToken value. This value is null when there are no more results to return.public Request<GetVpnConnectionDeviceTypesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<GetVpnConnectionDeviceTypesRequest>public String toString()
toString in class ObjectObject.toString()public GetVpnConnectionDeviceTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.