@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
AppInstances that you want to return. |
String |
getNextToken()
The token passed by previous API requests until you reach the maximum number of
AppInstances. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of
AppInstances that you want to return. |
void |
setNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of
AppInstances. |
String |
toString()
Returns a string representation of this object.
|
ListAppInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of
AppInstances that you want to return. |
ListAppInstancesRequest |
withNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of
AppInstances. |
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 AppInstances that you want to return.
maxResults - The maximum number of AppInstances that you want to return.public Integer getMaxResults()
The maximum number of AppInstances that you want to return.
AppInstances that you want to return.public ListAppInstancesRequest withMaxResults(Integer maxResults)
The maximum number of AppInstances that you want to return.
maxResults - The maximum number of AppInstances that you want to return.public void setNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of AppInstances.
nextToken - The token passed by previous API requests until you reach the maximum number of AppInstances.public String getNextToken()
The token passed by previous API requests until you reach the maximum number of AppInstances.
AppInstances
.public ListAppInstancesRequest withNextToken(String nextToken)
The token passed by previous API requests until you reach the maximum number of AppInstances.
nextToken - The token passed by previous API requests until you reach the maximum number of AppInstances.public String toString()
toString in class ObjectObject.toString()public ListAppInstancesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()