|
|||||||
| 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.ListSubscriptionsRequest
public class ListSubscriptionsRequest
Container for the parameters to the ListSubscriptions operation.
The ListSubscriptions action returns a list of the requester's subscriptions. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptions call to get further results.
AmazonSNS.listSubscriptions(ListSubscriptionsRequest)| Constructor Summary | |
|---|---|
ListSubscriptionsRequest()
Default constructor for a new ListSubscriptionsRequest object. |
|
ListSubscriptionsRequest(String nextToken)
Constructs a new ListSubscriptionsRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
Token returned by the previous ListSubscriptions request. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
Token returned by the previous ListSubscriptions request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListSubscriptionsRequest |
withNextToken(String nextToken)
Token returned by the previous ListSubscriptions request. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListSubscriptionsRequest()
public ListSubscriptionsRequest(String nextToken)
nextToken - Token returned by the previous ListSubscriptions
request.| Method Detail |
|---|
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - Token returned by the previous ListSubscriptions request.public ListSubscriptionsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - Token returned by the previous ListSubscriptions request.
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 | ||||||