public class ListTagsForResourceResult extends Object implements Serializable, Cloneable
A complex type containing tags for the specified resource.
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
ResourceTagSet |
getResourceTagSet()
A
ResourceTagSet containing tags associated with the
specified resource. |
int |
hashCode() |
void |
setResourceTagSet(ResourceTagSet resourceTagSet)
A
ResourceTagSet containing tags associated with the
specified resource. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceResult |
withResourceTagSet(ResourceTagSet resourceTagSet)
A
ResourceTagSet containing tags associated with the
specified resource. |
public void setResourceTagSet(ResourceTagSet resourceTagSet)
A ResourceTagSet containing tags associated with the
specified resource.
resourceTagSet - A ResourceTagSet containing tags associated with the
specified resource.public ResourceTagSet getResourceTagSet()
A ResourceTagSet containing tags associated with the
specified resource.
ResourceTagSet containing tags associated with the
specified resource.public ListTagsForResourceResult withResourceTagSet(ResourceTagSet resourceTagSet)
A ResourceTagSet containing tags associated with the
specified resource.
resourceTagSet - A ResourceTagSet containing tags associated with the
specified resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.