@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application to get.
|
Integer |
getMaxItems()
The total number of items to return.
|
String |
getNextToken()
A token to specify where to start paginating.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application to get.
|
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; useful for testing and debugging.
|
ListApplicationVersionsRequest |
withApplicationId(String applicationId)
The ID of the application to get.
|
ListApplicationVersionsRequest |
withMaxItems(Integer maxItems)
The total number of items to return.
|
ListApplicationVersionsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 setApplicationId(String applicationId)
The ID of the application to get.
applicationId - The ID of the application to get.public String getApplicationId()
The ID of the application to get.
public ListApplicationVersionsRequest withApplicationId(String applicationId)
The ID of the application to get.
applicationId - The ID of the application to get.public 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 ListApplicationVersionsRequest 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 ListApplicationVersionsRequest 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 ListApplicationVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.