@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRasterDataCollectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRasterDataCollectionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRasterDataCollectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The total number of items to return.
|
String |
getNextToken()
If the previous response was truncated, you receive this token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The total number of items to return.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
String |
toString()
Returns a string representation of this object.
|
ListRasterDataCollectionsRequest |
withMaxResults(Integer maxResults)
The total number of items to return.
|
ListRasterDataCollectionsRequest |
withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
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)
The total number of items to return.
maxResults
- The total number of items to return.public Integer getMaxResults()
The total number of items to return.
public ListRasterDataCollectionsRequest withMaxResults(Integer maxResults)
The total number of items to return.
maxResults
- The total number of items to return.public void setNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public String getNextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public ListRasterDataCollectionsRequest withNextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the
next set of results.public String toString()
toString
in class Object
Object.toString()
public ListRasterDataCollectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()