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()
boolean
List ofTag
for the requested Elasticsearch domain.int
hashCode()
void
setTagList
(Collection<Tag> tagList) List ofTag
for the requested Elasticsearch domain.toString()
Returns a string representation of this object; useful for testing and debugging.withTagList
(Tag... tagList) List ofTag
for the requested Elasticsearch domain.withTagList
(Collection<Tag> tagList) List ofTag
for the requested Elasticsearch domain.
-
Constructor Details
-
ListTagsResult
public ListTagsResult()
-
-
Method Details
-
getTagList
List of
Tag
for the requested Elasticsearch domain.- Returns:
- List of
Tag
for the requested Elasticsearch domain.
-
setTagList
List of
Tag
for the requested Elasticsearch domain.- Parameters:
tagList
- List ofTag
for the requested Elasticsearch domain.
-
withTagList
List of
Tag
for 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 ofTag
for the requested Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTagList
List of
Tag
for the requested Elasticsearch domain.- Parameters:
tagList
- List ofTag
for the requested Elasticsearch domain.- 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
-