public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a list applications operation.
NOOP
Constructor and Description |
---|
ListApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getNextToken()
An identifier that was returned from the previous list applications call,
which can be used to return the next set of applications in the list.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier that was returned from the previous list applications call,
which can be used to return the next set of applications in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListApplicationsRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous list applications call,
which can be used to return the next set of applications in the list.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextToken(String nextToken)
An identifier that was returned from the previous list applications call, which can be used to return the next set of applications in the list.
nextToken
- An identifier that was returned from the previous list
applications call, which can be used to return the next set of
applications in the list.public String getNextToken()
An identifier that was returned from the previous list applications call, which can be used to return the next set of applications in the list.
public ListApplicationsRequest withNextToken(String nextToken)
An identifier that was returned from the previous list applications call, which can be used to return the next set of applications in the list.
nextToken
- An identifier that was returned from the previous list
applications call, which can be used to return the next set of
applications in the list.public String toString()
toString
in class Object
Object.toString()
public ListApplicationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.