Class ListSubscriptionsByTopicResult

java.lang.Object
com.amazonaws.services.sns.model.ListSubscriptionsByTopicResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListSubscriptionsByTopicResult extends Object implements Serializable, Cloneable

Response for ListSubscriptionsByTopic action.

See Also:
  • Constructor Details

    • ListSubscriptionsByTopicResult

      public ListSubscriptionsByTopicResult()
  • Method Details

    • getSubscriptions

      public List<Subscription> getSubscriptions()

      A list of subscriptions.

      Returns:
      A list of subscriptions.
    • setSubscriptions

      public void setSubscriptions(Collection<Subscription> subscriptions)

      A list of subscriptions.

      Parameters:
      subscriptions - A list of subscriptions.
    • withSubscriptions

      public ListSubscriptionsByTopicResult withSubscriptions(Subscription... subscriptions)

      A list of subscriptions.

      NOTE: This method appends the values to the existing list (if any). Use setSubscriptions(java.util.Collection) or withSubscriptions(java.util.Collection) if you want to override the existing values.

      Parameters:
      subscriptions - A list of subscriptions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withSubscriptions

      public ListSubscriptionsByTopicResult withSubscriptions(Collection<Subscription> subscriptions)

      A list of subscriptions.

      Parameters:
      subscriptions - A list of subscriptions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setNextToken

      public void setNextToken(String nextToken)

      Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

      Parameters:
      nextToken - Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.
    • getNextToken

      public String getNextToken()

      Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

      Returns:
      Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.
    • withNextToken

      public ListSubscriptionsByTopicResult withNextToken(String nextToken)

      Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

      Parameters:
      nextToken - Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object