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