|
|||||||
| 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
Response for ListTopics action.
| Constructor Summary | |
|---|---|
ListTopicsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getNextToken()
Token to pass along to the next ListTopics request. |
java.util.List<Topic> |
getTopics()
A list of topic ARNs. |
int |
hashCode()
|
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 |
|---|
getClass, 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()
ListTopics request. This
element is returned if there are additional topics to retrieve.
ListTopics request. This
element is returned if there are additional topics to retrieve.public void setNextToken(java.lang.String nextToken)
ListTopics request. This
element is returned if there are additional topics to retrieve.
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)
ListTopics request. This
element is returned if there are additional topics to retrieve.
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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||