|
||||||||||
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
.
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)
,
Serialized FormConstructor 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, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, 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()
ListTopics
request.
ListTopics
request.public void setNextToken(String nextToken)
ListTopics
request.
nextToken
- Token returned by the previous ListTopics
request.public ListTopicsRequest withNextToken(String nextToken)
ListTopics
request.
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |