|
|||||||
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 | |
---|---|
java.lang.String |
getNextToken()
Token to pass along to the next ListTopics request. |
java.util.List<Topic> |
getTopics()
A list of topic ARNs. |
void |
setNextToken(java.lang.String nextToken)
Token to pass along to the next ListTopics request. |
void |
setTopics(java.util.Collection<Topic> topics)
A list of topic ARNs. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListTopicsResult |
withNextToken(java.lang.String nextToken)
Token to pass along to the next ListTopics request. |
ListTopicsResult |
withTopics(java.util.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 java.util.List<Topic> getTopics()
public void setTopics(java.util.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(java.util.Collection<Topic> topics)
Returns a reference to this object so that method calls can be chained together.
topics
- A list of topic ARNs.
public java.lang.String getNextToken()
public void setNextToken(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |