public class ListTagsForResourcesResult extends Object implements Serializable
A complex type containing tags for the specified resources.
| Constructor and Description |
|---|
ListTagsForResourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
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()Copyright © 2014. All rights reserved.