public class ListTagsForResourceResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
addTagsEntry(java.lang.String key,
java.lang.String value)
The tags that are assigned to the identity pool.
|
ListTagsForResourceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getTags()
The tags that are assigned to the identity pool.
|
int |
hashCode() |
void |
setTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags that are assigned to the identity pool.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceResult |
withTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags that are assigned to the identity pool.
|
public java.util.Map<java.lang.String,java.lang.String> getTags()
The tags that are assigned to the identity pool.
The tags that are assigned to the identity pool.
public void setTags(java.util.Map<java.lang.String,java.lang.String> tags)
The tags that are assigned to the identity pool.
tags - The tags that are assigned to the identity pool.
public ListTagsForResourceResult withTags(java.util.Map<java.lang.String,java.lang.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(java.lang.String key, java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object