Class DescribeTagsResult
java.lang.Object
com.amazonaws.services.workspaces.model.DescribeTagsResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of the describe tags action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe list of tags.inthashCode()voidsetTagList(Collection<Tag> tagList) The list of tags.toString()Returns a string representation of this object; useful for testing and debugging.withTagList(Tag... tagList) The list of tags.withTagList(Collection<Tag> tagList) The list of tags.
-
Constructor Details
-
DescribeTagsResult
public DescribeTagsResult()
-
-
Method Details
-
getTagList
-
setTagList
The list of tags.
- Parameters:
tagList- The list of tags.
-
withTagList
The list of tags.
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection)orwithTagList(java.util.Collection)if you want to override the existing values.- Parameters:
tagList- The list of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTagList
The list of tags.
- Parameters:
tagList- The list of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-