@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, 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, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.