@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppInstancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of app instances that you want to return.
|
String |
getNextToken()
The token passed by previous API requests until you reach the maximum number of app instances.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of app instances that you want to return.
|
void |
setNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of app instances.
|
String |
toString()
Returns a string representation of this object.
|
ListAppInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of app instances that you want to return.
|
ListAppInstancesRequest |
withNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of app instances.
|
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 setMaxResults(Integer maxResults)
The maximum number of app instances that you want to return.
maxResults - The maximum number of app instances that you want to return.public Integer getMaxResults()
The maximum number of app instances that you want to return.
public ListAppInstancesRequest withMaxResults(Integer maxResults)
The maximum number of app instances that you want to return.
maxResults - The maximum number of app instances that you want to return.public void setNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of app instances.
nextToken - The token passed by previous API requests until you reach the maximum number of app instances.public String getNextToken()
The token passed by previous API requests until you reach the maximum number of app instances.
public ListAppInstancesRequest withNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of app instances.
nextToken - The token passed by previous API requests until you reach the maximum number of app instances.public String toString()
toString in class ObjectObject.toString()public ListAppInstancesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()