Class DescribeTagsResult

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

public class DescribeTagsResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • DescribeTagsResult

      public DescribeTagsResult()
  • Method Details

    • getTagDescriptions

      public List<TagDescription> getTagDescriptions()

      Information about the tags.

      Returns:
      Information about the tags.
    • setTagDescriptions

      public void setTagDescriptions(Collection<TagDescription> tagDescriptions)

      Information about the tags.

      Parameters:
      tagDescriptions - Information about the tags.
    • withTagDescriptions

      public DescribeTagsResult withTagDescriptions(TagDescription... tagDescriptions)

      Information about the tags.

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

      Parameters:
      tagDescriptions - Information about the tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withTagDescriptions

      public DescribeTagsResult withTagDescriptions(Collection<TagDescription> tagDescriptions)

      Information about the tags.

      Parameters:
      tagDescriptions - Information about the 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