@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 unique identifier of the application.
|
Integer |
getMaxResults()
The maximum number of application versions to return.
|
String |
getNextToken()
A pagination token returned from a previous call to this operation.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier of the application.
|
void |
setMaxResults(Integer maxResults)
The maximum number of application versions to return.
|
void |
setNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationVersionsRequest |
withApplicationId(String applicationId)
The unique identifier of the application.
|
ListApplicationVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of application versions to return.
|
ListApplicationVersionsRequest |
withNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
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 unique identifier of the application.
applicationId - The unique identifier of the application.public String getApplicationId()
The unique identifier of the application.
public ListApplicationVersionsRequest withApplicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.public void setMaxResults(Integer maxResults)
The maximum number of application versions to return.
maxResults - The maximum number of application versions to return.public Integer getMaxResults()
The maximum number of application versions to return.
public ListApplicationVersionsRequest withMaxResults(Integer maxResults)
The maximum number of application versions to return.
maxResults - The maximum number of application versions to return.public void setNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public String getNextToken()
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
public ListApplicationVersionsRequest withNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public String toString()
toString in class ObjectObject.toString()public ListApplicationVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.