@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListStagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStagesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getNextToken()
The first stage to retrieve.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
void |
setNextToken(String nextToken)
The first stage to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListStagesRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return.
|
ListStagesRequest |
withNextToken(String nextToken)
The first stage to retrieve.
|
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 setNextToken(String nextToken)
The first stage to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first stage to retrieve. This is used for pagination; see the nextToken response field.public String getNextToken()
The first stage to retrieve. This is used for pagination; see the nextToken response field.
nextToken response field.public ListStagesRequest withNextToken(String nextToken)
The first stage to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first stage to retrieve. This is used for pagination; see the nextToken response field.public void setMaxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.public Integer getMaxResults()
Maximum number of results to return. Default: 50.
public ListStagesRequest withMaxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.public String toString()
toString in class ObjectObject.toString()public ListStagesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.