@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTagsResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The function's tags.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The function's tags.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsResult |
withTags(Map<String,String> tags)
The function's tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTags(Map<String,String> tags)
The function's tags.
tags
- The function's tags.public ListTagsResult withTags(Map<String,String> tags)
The function's tags.
tags
- The function's tags.public ListTagsResult addTagsEntry(String key, String value)
public ListTagsResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ListTagsResult clone()