|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sns.model.ListPlatformApplicationsRequest
public class ListPlatformApplicationsRequest
Container for the parameters to the ListPlatformApplications operation.
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
.
AmazonSNS.listPlatformApplications(ListPlatformApplicationsRequest),
Serialized Form| Constructor Summary | |
|---|---|
ListPlatformApplicationsRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListPlatformApplicationsRequest()
| Method Detail |
|---|
public java.lang.String getNextToken()
public void setNextToken(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||