public class ListPlatformApplicationsRequest extends AmazonWebServiceRequest implements Serializable
ListPlatformApplications operation
.
The ListPlatformApplications
action lists the platform application objects for the supported push notification services, such as APNS and
GCM. The results for ListPlatformApplications
are paginated and return a limited list of applications, up to 100. If additional records
are available after the first page results, then a NextToken string will be returned. To receive the next page, you call
ListPlatformApplications
using the NextToken string received from the previous call. When there are no more records to return, NextToken
will be null. For more information, see Using Amazon SNS Mobile Push
Notifications .
Constructor and Description |
---|
ListPlatformApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- 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)
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.