@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationSnapshotsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationSnapshotsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationSnapshotsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of an existing application.
|
Integer |
getLimit()
The maximum number of application snapshots to list.
|
String |
getNextToken()
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of an existing application.
|
void |
setLimit(Integer limit)
The maximum number of application snapshots to list.
|
void |
setNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
String |
toString()
Returns a string representation of this object.
|
ListApplicationSnapshotsRequest |
withApplicationName(String applicationName)
The name of an existing application.
|
ListApplicationSnapshotsRequest |
withLimit(Integer limit)
The maximum number of application snapshots to list.
|
ListApplicationSnapshotsRequest |
withNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
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 setApplicationName(String applicationName)
The name of an existing application.
applicationName - The name of an existing application.public String getApplicationName()
The name of an existing application.
public ListApplicationSnapshotsRequest withApplicationName(String applicationName)
The name of an existing application.
applicationName - The name of an existing application.public void setLimit(Integer limit)
The maximum number of application snapshots to list.
limit - The maximum number of application snapshots to list.public Integer getLimit()
The maximum number of application snapshots to list.
public ListApplicationSnapshotsRequest withLimit(Integer limit)
The maximum number of application snapshots to list.
limit - The maximum number of application snapshots to list.public void setNextToken(String nextToken)
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
nextToken - Use this parameter if you receive a NextToken response in a previous request that indicates
that there is more output available. Set it to the value of the previous call's NextToken
response to indicate where the output should continue from.public String getNextToken()
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
NextToken response in a previous request that indicates
that there is more output available. Set it to the value of the previous call's NextToken
response to indicate where the output should continue from.public ListApplicationSnapshotsRequest withNextToken(String nextToken)
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
nextToken - Use this parameter if you receive a NextToken response in a previous request that indicates
that there is more output available. Set it to the value of the previous call's NextToken
response to indicate where the output should continue from.public String toString()
toString in class ObjectObject.toString()public ListApplicationSnapshotsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.