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
ResourceTagSet s containing tags associated with
the specified resources. |
int |
hashCode() |
void |
setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSet s 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
ResourceTagSet s containing tags associated with
the specified resources. |
ListTagsForResourcesResult |
withResourceTagSets(ResourceTagSet... resourceTagSets)
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
public List<ResourceTagSet> getResourceTagSets()
A list of ResourceTagSet
s containing tags associated with
the specified resources.
ResourceTagSet
s containing tags associated
with the specified resources.public void setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of ResourceTagSet
s containing tags associated with
the specified resources.
resourceTagSets
- A list of ResourceTagSet
s containing tags associated
with the specified resources.public ListTagsForResourcesResult withResourceTagSets(ResourceTagSet... resourceTagSets)
A list of ResourceTagSet
s 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.
resourceTagSets
- A list of ResourceTagSet
s containing tags associated
with the specified resources.public ListTagsForResourcesResult withResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of ResourceTagSet
s containing tags associated with
the specified resources.
resourceTagSets
- A list of ResourceTagSet
s containing tags associated
with the specified resources.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourcesResult clone()
Copyright © 2018. All rights reserved.