@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() |
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, copyBaseTo, 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()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.