public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListApplications operation.
Lists the applications registered with the applicable IAM user or AWS account.
NOOP| Constructor and Description |
|---|
ListApplicationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsRequest |
clone() |
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getNextToken()
public void setNextToken(String nextToken)
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 ListApplicationsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
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 ObjectObject.toString()public ListApplicationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.