public class ListTagsForResourceResult extends Object implements Serializable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
addTagsEntry(String key,
String value)
The tags that are assigned to the identity pool.
|
ListTagsForResourceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The tags that are assigned to the identity pool.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The tags that are assigned to the identity pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceResult |
withTags(Map<String,String> tags)
The tags that are assigned to the identity pool.
|
public Map<String,String> getTags()
The tags that are assigned to the identity pool.
The tags that are assigned to the identity pool.
public void setTags(Map<String,String> tags)
The tags that are assigned to the identity pool.
tags - The tags that are assigned to the identity pool.
public ListTagsForResourceResult withTags(Map<String,String> tags)
The tags that are assigned to the identity pool.
Returns a reference to this object so that method calls can be chained together.
tags - The tags that are assigned to the identity pool.
public ListTagsForResourceResult addTagsEntry(String key, String value)
The tags that are assigned to the identity pool.
The method adds a new key-value pair into Tags parameter, and returns a reference to this object so that method calls can be chained together.
key - The key of the entry to be added into Tags.value - The corresponding value of the entry to be added into Tags.public ListTagsForResourceResult clearTagsEntries()
Returns a reference to this object so that method calls can be chained together.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.