@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) |
ListTagsResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The key-value pair for the resource tag.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The key-value pair for the resource tag.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsResult |
withTags(Map<String,String> tags)
The key-value pair for the resource tag.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags - The key-value pair for the resource tag.public ListTagsResult withTags(Map<String,String> tags)
tags - The key-value pair for the resource tag.public ListTagsResult addTagsEntry(String key, String value)
public ListTagsResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListTagsResult clone()
Copyright © 2019. All rights reserved.