Class ListTagsForResourcesResult
java.lang.Object
com.amazonaws.services.route53.model.ListTagsForResourcesResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type containing tags for the specified resources.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list ofResourceTagSet
s containing tags associated with the specified resources.int
hashCode()
void
setResourceTagSets
(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSet
s containing tags associated with the specified resources.toString()
Returns a string representation of this object; useful for testing and debugging.withResourceTagSets
(ResourceTagSet... resourceTagSets) A list ofResourceTagSet
s containing tags associated with the specified resources.withResourceTagSets
(Collection<ResourceTagSet> resourceTagSets) A list ofResourceTagSet
s containing tags associated with the specified resources.
-
Constructor Details
-
ListTagsForResourcesResult
public ListTagsForResourcesResult()
-
-
Method Details
-
getResourceTagSets
A list of
ResourceTagSet
s containing tags associated with the specified resources.- Returns:
- A list of
ResourceTagSet
s containing tags associated with the specified resources.
-
setResourceTagSets
A list of
ResourceTagSet
s containing tags associated with the specified resources.- Parameters:
resourceTagSets
- A list ofResourceTagSet
s containing tags associated with the specified resources.
-
withResourceTagSets
A list of
ResourceTagSet
s containing tags associated with the specified resources.NOTE: This method appends the values to the existing list (if any). Use
setResourceTagSets(java.util.Collection)
orwithResourceTagSets(java.util.Collection)
if you want to override the existing values.- Parameters:
resourceTagSets
- A list ofResourceTagSet
s containing tags associated with the specified resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withResourceTagSets
A list of
ResourceTagSet
s containing tags associated with the specified resources.- Parameters:
resourceTagSets
- A list ofResourceTagSet
s containing tags associated with the specified resources.- 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
-