public class DescribeVpcEndpointServicesRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DescribeVpcEndpointServicesRequest>
DescribeVpcEndpointServices operation.
 Describes all supported AWS services that can be specified when creating a VPC endpoint.
| Constructor and Description | 
|---|
DescribeVpcEndpointServicesRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
Request<DescribeVpcEndpointServicesRequest> | 
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. 
 | 
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. 
 | 
java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
DescribeVpcEndpointServicesRequest | 
withMaxResults(java.lang.Integer maxResults)
The maximum number of items to return for this request. 
 | 
DescribeVpcEndpointServicesRequest | 
withNextToken(java.lang.String nextToken)
The token for the next set of items to return. 
 | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.Integer getMaxResults()
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 void setMaxResults(java.lang.Integer maxResults)
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 DescribeVpcEndpointServicesRequest withMaxResults(java.lang.Integer maxResults)
Constraint: If the value is greater than 1000, we return only 1000 items.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The token for the next set of items to return. (You received this
         token from a prior call.)public DescribeVpcEndpointServicesRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.