@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRouteCalculatorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRouteCalculatorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRouteCalculatorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An optional maximum number of results returned in a single call.
|
String |
getNextToken()
The pagination token specifying which page of results to return in the response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An optional maximum number of results returned in a single call.
|
void |
setNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListRouteCalculatorsRequest |
withMaxResults(Integer maxResults)
An optional maximum number of results returned in a single call.
|
ListRouteCalculatorsRequest |
withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
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, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
An optional maximum number of results returned in a single call.
Default Value: 100
maxResults
- An optional maximum number of results returned in a single call.
Default Value: 100
public Integer getMaxResults()
An optional maximum number of results returned in a single call.
Default Value: 100
Default Value: 100
public ListRouteCalculatorsRequest withMaxResults(Integer maxResults)
An optional maximum number of results returned in a single call.
Default Value: 100
maxResults
- An optional maximum number of results returned in a single call.
Default Value: 100
public void setNextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default Value: null
nextToken
- The pagination token specifying which page of results to return in the response. If no token is provided,
the default page is the first page.
Default Value: null
public String getNextToken()
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default Value: null
Default Value: null
public ListRouteCalculatorsRequest withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default Value: null
nextToken
- The pagination token specifying which page of results to return in the response. If no token is provided,
the default page is the first page.
Default Value: null
public String toString()
toString
in class Object
Object.toString()
public ListRouteCalculatorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()