|
|||||||
| 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.ListTopicsRequest
public class ListTopicsRequest
Container for the parameters to the ListTopics operation.
The ListTopics action returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.
AmazonSNS.listTopics(ListTopicsRequest)| Constructor Summary | |
|---|---|
ListTopicsRequest()
Default constructor for a new ListTopicsRequest object. |
|
ListTopicsRequest(String nextToken)
Constructs a new ListTopicsRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
Token returned by the previous ListTopics request. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
Token returned by the previous ListTopics request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListTopicsRequest |
withNextToken(String nextToken)
Token returned by the previous ListTopics 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 ListTopicsRequest()
public ListTopicsRequest(String nextToken)
nextToken - Token returned by the previous ListTopics request.| Method Detail |
|---|
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - Token returned by the previous ListTopics request.public ListTopicsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - Token returned by the previous ListTopics 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 | ||||||