Class ListTagsResult
java.lang.Object
com.amazonaws.services.elasticsearch.model.ListTagsResult
- All Implemented Interfaces:
Serializable, Cloneable
The result of a ListTags operation. Contains tags for all
requested Elasticsearch domains.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanList ofTagfor the requested Elasticsearch domain.inthashCode()voidsetTagList(Collection<Tag> tagList) List ofTagfor the requested Elasticsearch domain.toString()Returns a string representation of this object; useful for testing and debugging.withTagList(Tag... tagList) List ofTagfor the requested Elasticsearch domain.withTagList(Collection<Tag> tagList) List ofTagfor the requested Elasticsearch domain.
-
Constructor Details
-
ListTagsResult
public ListTagsResult()
-
-
Method Details
-
getTagList
-
setTagList
List of
Tagfor the requested Elasticsearch domain.- Parameters:
tagList- List ofTagfor the requested Elasticsearch domain.
-
withTagList
List of
Tagfor the requested Elasticsearch domain.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- List ofTagfor the requested Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTagList
List of
Tagfor the requested Elasticsearch domain.- Parameters:
tagList- List ofTagfor the requested Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-