@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The Amazon Resource Name (ARN) of the application.
|
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 Amazon Resource Name (ARN) of the application.
|
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.
|
ListApplicationVersionsRequest |
withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
ListApplicationVersionsRequest |
withMaxItems(Integer maxItems)
The total number of items to return.
|
ListApplicationVersionsRequest |
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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.public String getApplicationId()
The Amazon Resource Name (ARN) of the application.
public ListApplicationVersionsRequest withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
applicationId
- The Amazon Resource Name (ARN) of the application.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 Object
Object.toString()
public ListApplicationVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()