@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeEndpointsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Optional.
|
String |
getMode() |
String |
getNextToken()
Use this string, provided with the response to a previous request, to request the next batch of endpoints.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Optional.
|
void |
setMode(String mode) |
void |
setNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of endpoints.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEndpointsRequest |
withMaxResults(Integer maxResults)
Optional.
|
DescribeEndpointsRequest |
withMode(DescribeEndpointsMode mode) |
DescribeEndpointsRequest |
withMode(String mode) |
DescribeEndpointsRequest |
withNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of endpoints.
|
addHandlerContext, 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)
maxResults - Optional. Max number of endpoints, up to twenty, that will be returned at one time.public Integer getMaxResults()
public DescribeEndpointsRequest withMaxResults(Integer maxResults)
maxResults - Optional. Max number of endpoints, up to twenty, that will be returned at one time.public void setMode(String mode)
mode - DescribeEndpointsModepublic String getMode()
DescribeEndpointsModepublic DescribeEndpointsRequest withMode(String mode)
mode - DescribeEndpointsModepublic DescribeEndpointsRequest withMode(DescribeEndpointsMode mode)
mode - DescribeEndpointsModepublic void setNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of endpoints.public String getNextToken()
public DescribeEndpointsRequest withNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of endpoints.public String toString()
toString in class ObjectObject.toString()public DescribeEndpointsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.