com.amazonaws.services.sns.model
Class ListPlatformApplicationsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.sns.model.ListPlatformApplicationsRequest
All Implemented Interfaces:
Serializable

public class ListPlatformApplicationsRequest
extends AmazonWebServiceRequest
implements Serializable

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 .

See Also:
AmazonSNS.listPlatformApplications(ListPlatformApplicationsRequest), Serialized Form

Constructor Summary
ListPlatformApplicationsRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListPlatformApplicationsRequest

public ListPlatformApplicationsRequest()
Method Detail

getNextToken

public String getNextToken()
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

Returns:
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

setNextToken

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.

Parameters:
nextToken - NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

withNextToken

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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 updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.