public class ListTagsForResourceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing tags for the specified resource.
Modifier and Type | Field and Description |
---|---|
private ResourceTagSet |
resourceTagSet
A
ResourceTagSet containing tags associated with the
specified resource. |
Constructor and Description |
---|
ListTagsForResourceResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(java.lang.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. |
java.lang.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. |
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTagsForResourceResult clone()
clone
in class java.lang.Object