@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 |
getApplicationName()
The name of the application for which you want to list all versions.
|
Integer |
getLimit()
The maximum number of versions to list in this invocation of the operation.
|
String |
getNextToken()
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the
next set of results.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application for which you want to list all versions.
|
void |
setLimit(Integer limit)
The maximum number of versions to list in this invocation of the operation.
|
void |
setNextToken(String nextToken)
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the
next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationVersionsRequest |
withApplicationName(String applicationName)
The name of the application for which you want to list all versions.
|
ListApplicationVersionsRequest |
withLimit(Integer limit)
The maximum number of versions to list in this invocation of the operation.
|
ListApplicationVersionsRequest |
withNextToken(String nextToken)
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the
next set of results.
|
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 setApplicationName(String applicationName)
The name of the application for which you want to list all versions.
applicationName
- The name of the application for which you want to list all versions.public String getApplicationName()
The name of the application for which you want to list all versions.
public ListApplicationVersionsRequest withApplicationName(String applicationName)
The name of the application for which you want to list all versions.
applicationName
- The name of the application for which you want to list all versions.public void setLimit(Integer limit)
The maximum number of versions to list in this invocation of the operation.
limit
- The maximum number of versions to list in this invocation of the operation.public Integer getLimit()
The maximum number of versions to list in this invocation of the operation.
public ListApplicationVersionsRequest withLimit(Integer limit)
The maximum number of versions to list in this invocation of the operation.
limit
- The maximum number of versions to list in this invocation of the operation.public void setNextToken(String nextToken)
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
nextToken
- If a previous invocation of this operation returned a pagination token, pass it into this value to
retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.public String getNextToken()
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
public ListApplicationVersionsRequest withNextToken(String nextToken)
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
nextToken
- If a previous invocation of this operation returned a pagination token, pass it into this value to
retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.public String toString()
toString
in class Object
Object.toString()
public ListApplicationVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()