public class ListApplicationsRequest extends AmazonWebServiceRequest implements Serializable
ListApplications operation.
Lists the applications registered within the AWS user account.
NOOP| Constructor and Description |
|---|
ListApplicationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
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()Copyright © 2014. All rights reserved.