Class ListTopicsResult

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

public class ListTopicsResult extends Object implements Serializable, Cloneable

Response for ListTopics action.

See Also:
  • Constructor Details

    • ListTopicsResult

      public ListTopicsResult()
  • Method Details

    • getTopics

      public List<Topic> getTopics()

      A list of topic ARNs.

      Returns:
      A list of topic ARNs.
    • setTopics

      public void setTopics(Collection<Topic> topics)

      A list of topic ARNs.

      Parameters:
      topics - A list of topic ARNs.
    • withTopics

      public ListTopicsResult withTopics(Topic... topics)

      A list of topic ARNs.

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

      Parameters:
      topics - A list of topic ARNs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withTopics

      public ListTopicsResult withTopics(Collection<Topic> topics)

      A list of topic ARNs.

      Parameters:
      topics - A list of topic ARNs.
      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 ListTopics request. This element is returned if there are additional topics to retrieve.

      Parameters:
      nextToken - Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.
    • getNextToken

      public String getNextToken()

      Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

      Returns:
      Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.
    • withNextToken

      public ListTopicsResult withNextToken(String nextToken)

      Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

      Parameters:
      nextToken - Token to pass along to the next ListTopics request. This element is returned if there are additional topics 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

      public ListTopicsResult clone()
      Overrides:
      clone in class Object