Class ListTagsForResourcesResult

java.lang.Object
com.amazonaws.services.route53.model.ListTagsForResourcesResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListTagsForResourcesResult extends Object implements Serializable, Cloneable

A complex type containing tags for the specified resources.

See Also:
  • Constructor Details

    • ListTagsForResourcesResult

      public ListTagsForResourcesResult()
  • Method Details

    • getResourceTagSets

      public List<ResourceTagSet> getResourceTagSets()

      A list of ResourceTagSets containing tags associated with the specified resources.

      Returns:
      A list of ResourceTagSets containing tags associated with the specified resources.
    • setResourceTagSets

      public void setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)

      A list of ResourceTagSets containing tags associated with the specified resources.

      Parameters:
      resourceTagSets - A list of ResourceTagSets containing tags associated with the specified resources.
    • withResourceTagSets

      public ListTagsForResourcesResult withResourceTagSets(ResourceTagSet... resourceTagSets)

      A list of ResourceTagSets containing tags associated with the specified resources.

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

      Parameters:
      resourceTagSets - A list of ResourceTagSets containing tags associated with the specified resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withResourceTagSets

      public ListTagsForResourcesResult withResourceTagSets(Collection<ResourceTagSet> resourceTagSets)

      A list of ResourceTagSets containing tags associated with the specified resources.

      Parameters:
      resourceTagSets - A list of ResourceTagSets containing tags associated with the specified resources.
      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