@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEndpointsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The max number of endpoints that can be returned on the request.
|
String |
getNextToken()
The next endpoint requested in the list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The max number of endpoints that can be returned on the request.
|
void |
setNextToken(String nextToken)
The next endpoint requested in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListEndpointsRequest |
withMaxResults(Integer maxResults)
The max number of endpoints that can be returned on the request.
|
ListEndpointsRequest |
withNextToken(String nextToken)
The next endpoint requested in the list.
|
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 setNextToken(String nextToken)
The next endpoint requested in the list.
nextToken - The next endpoint requested in the list.public String getNextToken()
The next endpoint requested in the list.
public ListEndpointsRequest withNextToken(String nextToken)
The next endpoint requested in the list.
nextToken - The next endpoint requested in the list.public void setMaxResults(Integer maxResults)
The max number of endpoints that can be returned on the request.
maxResults - The max number of endpoints that can be returned on the request.public Integer getMaxResults()
The max number of endpoints that can be returned on the request.
public ListEndpointsRequest withMaxResults(Integer maxResults)
The max number of endpoints that can be returned on the request.
maxResults - The max number of endpoints that can be returned on the request.public String toString()
toString in class ObjectObject.toString()public ListEndpointsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()