|
Did this page help you?Yes No Tell us about it... |
||||||
| 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.ListEndpointsByPlatformApplicationRequest
public class ListEndpointsByPlatformApplicationRequest
Container for the parameters to the ListEndpointsByPlatformApplication operation.
The ListEndpointsByPlatformApplication action lists the endpoints and endpoint attributes for devices in a supported push notification
service, such as GCM and APNS. The results for ListEndpointsByPlatformApplication are paginated and return a limited list of endpoints,
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 ListEndpointsByPlatformApplication again 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.listEndpointsByPlatformApplication(ListEndpointsByPlatformApplicationRequest),
Serialized Form| Constructor Summary | |
|---|---|
ListEndpointsByPlatformApplicationRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results. |
String |
getPlatformApplicationArn()
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results. |
void |
setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListEndpointsByPlatformApplicationRequest |
withNextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results. |
ListEndpointsByPlatformApplicationRequest |
withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListEndpointsByPlatformApplicationRequest()
| Method Detail |
|---|
public String getPlatformApplicationArn()
public void setPlatformApplicationArn(String platformApplicationArn)
platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput
action.public ListEndpointsByPlatformApplicationRequest withPlatformApplicationArn(String platformApplicationArn)
Returns a reference to this object so that method calls can be chained together.
platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput
action.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - NextToken string is used when calling
ListEndpointsByPlatformApplication action to retrieve additional
records that are available after the first page results.public ListEndpointsByPlatformApplicationRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - NextToken string is used when calling
ListEndpointsByPlatformApplication action to retrieve additional
records that are available after the first page results.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||