|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sns.model.ListSubscriptionsByTopicResult
public class ListSubscriptionsByTopicResult
Constructor Summary | |
---|---|
ListSubscriptionsByTopicResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
Token to pass along to the next ListSubscriptionsByTopic
request. |
List<Subscription> |
getSubscriptions()
A list of subscriptions. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
Token to pass along to the next ListSubscriptionsByTopic
request. |
void |
setSubscriptions(Collection<Subscription> subscriptions)
A list of subscriptions. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListSubscriptionsByTopicResult |
withNextToken(String nextToken)
Token to pass along to the next ListSubscriptionsByTopic
request. |
ListSubscriptionsByTopicResult |
withSubscriptions(Collection<Subscription> subscriptions)
A list of subscriptions. |
ListSubscriptionsByTopicResult |
withSubscriptions(Subscription... subscriptions)
A list of subscriptions. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListSubscriptionsByTopicResult()
Method Detail |
---|
public List<Subscription> getSubscriptions()
public void setSubscriptions(Collection<Subscription> subscriptions)
subscriptions
- A list of subscriptions.public ListSubscriptionsByTopicResult withSubscriptions(Subscription... subscriptions)
Returns a reference to this object so that method calls can be chained together.
subscriptions
- A list of subscriptions.
public ListSubscriptionsByTopicResult withSubscriptions(Collection<Subscription> subscriptions)
Returns a reference to this object so that method calls can be chained together.
subscriptions
- A list of subscriptions.
public String getNextToken()
ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to
retrieve.
ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to
retrieve.public void setNextToken(String nextToken)
ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to
retrieve.
nextToken
- Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to
retrieve.public ListSubscriptionsByTopicResult withNextToken(String nextToken)
ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to
retrieve.
Returns a reference to this object so that method calls can be chained together.
nextToken
- Token to pass along to the next ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to
retrieve.
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 |