public class ListPlatformApplicationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for ListPlatformApplications action.
NOOP
Constructor and Description |
---|
ListPlatformApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPlatformApplicationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
NextToken string is used when calling ListPlatformApplications action to
retrieve additional records that are available after the first page
results.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
NextToken string is used when calling ListPlatformApplications action to
retrieve additional records that are available after the first page
results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPlatformApplicationsRequest |
withNextToken(String nextToken)
NextToken string is used when calling ListPlatformApplications action to
retrieve additional records that are available after the first page
results.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNextToken(String nextToken)
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
nextToken
- NextToken string is used when calling ListPlatformApplications
action to retrieve additional records that are available after the
first page results.public String getNextToken()
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
public ListPlatformApplicationsRequest withNextToken(String nextToken)
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
nextToken
- NextToken string is used when calling ListPlatformApplications
action to retrieve additional records that are available after the
first page results.public String toString()
toString
in class Object
Object.toString()
public ListPlatformApplicationsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.