Class DescribeTagsResult

java.lang.Object
com.amazonaws.services.workspaces.model.DescribeTagsResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeTagsResult extends Object implements Serializable, Cloneable

The result of the describe tags action.

See Also:
  • Constructor Details

    • DescribeTagsResult

      public DescribeTagsResult()
  • Method Details

    • getTagList

      public List<Tag> getTagList()

      The list of tags.

      Returns:
      The list of tags.
    • setTagList

      public void setTagList(Collection<Tag> tagList)

      The list of tags.

      Parameters:
      tagList - The list of tags.
    • withTagList

      public DescribeTagsResult withTagList(Tag... tagList)

      The list of tags.

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

      Parameters:
      tagList - The list of tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withTagList

      public DescribeTagsResult withTagList(Collection<Tag> tagList)

      The list of tags.

      Parameters:
      tagList - The list of tags.
      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 DescribeTagsResult clone()
      Overrides:
      clone in class Object