public class ListTagsForResourcesResult extends Object implements Serializable, Cloneable
A complex type containing tags for the specified resources.
| Constructor and Description |
|---|
ListTagsForResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<ResourceTagSet> |
getResourceTagSets()
A list of
ResourceTagSets containing tags associated with
the specified resources. |
int |
hashCode() |
void |
setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSets containing tags associated with
the specified resources. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourcesResult |
withResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSets containing tags associated with
the specified resources. |
ListTagsForResourcesResult |
withResourceTagSets(ResourceTagSet... resourceTagSets)
A list of
ResourceTagSets containing tags associated with
the specified resources. |
public List<ResourceTagSet> getResourceTagSets()
ResourceTagSets containing tags associated with
the specified resources.ResourceTagSets containing tags associated with
the specified resources.public void setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
ResourceTagSets containing tags associated with
the specified resources.resourceTagSets - A list of ResourceTagSets containing tags associated with
the specified resources.public ListTagsForResourcesResult withResourceTagSets(ResourceTagSet... resourceTagSets)
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.
Returns a reference to this object so that method calls can be chained together.
resourceTagSets - A list of ResourceTagSets containing tags associated with
the specified resources.public ListTagsForResourcesResult withResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
ResourceTagSets containing tags associated with
the specified resources.
Returns a reference to this object so that method calls can be chained together.
resourceTagSets - A list of ResourceTagSets containing tags associated with
the specified resources.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourcesResult clone()
Copyright © 2015. All rights reserved.