Class ListTagsForResourceResult
java.lang.Object
com.amazonaws.services.route53.model.ListTagsForResourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type containing tags for the specified resource.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
AResourceTagSet
containing tags associated with the specified resource.int
hashCode()
void
setResourceTagSet
(ResourceTagSet resourceTagSet) AResourceTagSet
containing tags associated with the specified resource.toString()
Returns a string representation of this object; useful for testing and debugging.withResourceTagSet
(ResourceTagSet resourceTagSet) AResourceTagSet
containing tags associated with the specified resource.
-
Constructor Details
-
ListTagsForResourceResult
public ListTagsForResourceResult()
-
-
Method Details
-
setResourceTagSet
A
ResourceTagSet
containing tags associated with the specified resource.- Parameters:
resourceTagSet
- AResourceTagSet
containing tags associated with the specified resource.
-
getResourceTagSet
A
ResourceTagSet
containing tags associated with the specified resource.- Returns:
- A
ResourceTagSet
containing tags associated with the specified resource.
-
withResourceTagSet
A
ResourceTagSet
containing tags associated with the specified resource.- Parameters:
resourceTagSet
- AResourceTagSet
containing tags associated with the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-