|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sns.model.ListTopicsResult
public class ListTopicsResult
List Topics Result
Constructor Summary | |
---|---|
ListTopicsResult()
|
Method Summary | |
---|---|
String |
getNextToken()
Token to pass along to the next ListTopics request. |
List<Topic> |
getTopics()
A list of topic ARNs. |
void |
setNextToken(String nextToken)
Token to pass along to the next ListTopics request. |
void |
setTopics(Collection<Topic> topics)
A list of topic ARNs. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListTopicsResult |
withNextToken(String nextToken)
Token to pass along to the next ListTopics request. |
ListTopicsResult |
withTopics(Collection<Topic> topics)
A list of topic ARNs. |
ListTopicsResult |
withTopics(Topic... topics)
A list of topic ARNs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListTopicsResult()
Method Detail |
---|
public List<Topic> getTopics()
public void setTopics(Collection<Topic> topics)
topics
- A list of topic ARNs.public ListTopicsResult withTopics(Topic... topics)
Returns a reference to this object so that method calls can be chained together.
topics
- A list of topic ARNs.
public ListTopicsResult withTopics(Collection<Topic> topics)
Returns a reference to this object so that method calls can be chained together.
topics
- A list of topic ARNs.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- Token to pass along to the next ListTopics request. This element is
returned if there are additional topics to retrieve.public ListTopicsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- Token to pass along to the next ListTopics request. This element is
returned if there are additional topics to retrieve.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |