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()booleanAResourceTagSetcontaining tags associated with the specified resource.inthashCode()voidsetResourceTagSet(ResourceTagSet resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.toString()Returns a string representation of this object; useful for testing and debugging.withResourceTagSet(ResourceTagSet resourceTagSet) AResourceTagSetcontaining tags associated with the specified resource.
-
Constructor Details
-
ListTagsForResourceResult
public ListTagsForResourceResult()
-
-
Method Details
-
setResourceTagSet
A
ResourceTagSetcontaining tags associated with the specified resource.- Parameters:
resourceTagSet- AResourceTagSetcontaining tags associated with the specified resource.
-
getResourceTagSet
A
ResourceTagSetcontaining tags associated with the specified resource.- Returns:
- A
ResourceTagSetcontaining tags associated with the specified resource.
-
withResourceTagSet
A
ResourceTagSetcontaining tags associated with the specified resource.- Parameters:
resourceTagSet- AResourceTagSetcontaining 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
-