public class ListPlatformApplicationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the platform application objects for the supported push notification
services, such as APNS and GCM (Firebase Cloud Messaging). 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.
This action is throttled at 15 transactions per second (TPS).
Constructor and Description |
---|
ListPlatformApplicationsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.String nextToken)
NextToken string is used when calling ListPlatformApplications action to
retrieve additional records that are available after the first page
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPlatformApplicationsRequest |
withNextToken(java.lang.String nextToken)
NextToken string is used when calling ListPlatformApplications action to
retrieve additional records that are available after the first page
results.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
public void setNextToken(java.lang.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 ListPlatformApplicationsRequest withNextToken(java.lang.String nextToken)
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.