public class ListEndpointsByPlatformApplicationRequest extends AmazonWebServiceRequest implements Serializable
Lists the endpoints and endpoint attributes for devices in a supported push
notification service, such as FCM 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.
This action is throttled at 30 transactions per second (TPS).
| Constructor and Description |
|---|
ListEndpointsByPlatformApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic ListEndpointsByPlatformApplicationRequest()
public String getPlatformApplicationArn()
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
public void setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
public ListEndpointsByPlatformApplicationRequest withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
Returns a reference to this object so that method calls can be chained together.
platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
public String getNextToken()
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
public void setNextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
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)
NextToken string is used when calling ListEndpointsByPlatformApplication 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 ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.