@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxItems()
The total number of items to return.
|
String |
getNextToken()
A token to specify where to start paginating.
|
int |
hashCode() |
void |
setMaxItems(Integer maxItems)
The total number of items to return.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsRequest |
withMaxItems(Integer maxItems)
The total number of items to return.
|
ListApplicationsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 setMaxItems(Integer maxItems)
The total number of items to return.
maxItems - The total number of items to return.public Integer getMaxItems()
The total number of items to return.
public ListApplicationsRequest withMaxItems(Integer maxItems)
The total number of items to return.
maxItems - The total number of items to return.public void setNextToken(String nextToken)
A token to specify where to start paginating.
nextToken - A token to specify where to start paginating.public String getNextToken()
A token to specify where to start paginating.
public ListApplicationsRequest withNextToken(String nextToken)
A token to specify where to start paginating.
nextToken - A token to specify where to start paginating.public String toString()
toString in class ObjectObject.toString()public ListApplicationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()