public class DescribeVpcEndpointServicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVpcEndpointServicesRequest>
Contains the parameters for DescribeVpcEndpointServices.
NOOP
Constructor and Description |
---|
DescribeVpcEndpointServicesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServicesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<DescribeVpcEndpointServicesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Integer |
getMaxResults()
The maximum number of items to return for this request.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeVpcEndpointServicesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeVpcEndpointServicesRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(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.
Constraint: If the value is greater than 1000, we return only 1000 items.
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.
Constraint: If the value is greater than 1000, we return only 1000 items.
public 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.
Constraint: If the value is greater than 1000, we return only 1000 items.
Constraint: If the value is greater than 1000, we return only 1000 items.
public DescribeVpcEndpointServicesRequest withMaxResults(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.
Constraint: If the value is greater than 1000, we return only 1000 items.
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.
Constraint: If the value is greater than 1000, we return only 1000 items.
public void setNextToken(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 String getNextToken()
The token for the next set of items to return. (You received this token from a prior call.)
public DescribeVpcEndpointServicesRequest withNextToken(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<DescribeVpcEndpointServicesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVpcEndpointServicesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.