@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Optional.
|
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 |
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; useful for testing and debugging.
|
DescribeEndpointsRequest |
withMaxResults(Integer maxResults)
Optional.
|
DescribeEndpointsRequest |
withNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of endpoints.
|
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)
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 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()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.