@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
addTagsEntry(String key,
String value) |
ListTagsForResourceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
A comma-separated list of tag key:value pairs.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
A comma-separated list of tag key:value pairs.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withTags(Map<String,String> tags)
A comma-separated list of tag key:value pairs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> getTags()
A comma-separated list of tag key:value pairs. For example: { "Key1": "Value1", "Key2": "Value2" }
public void setTags(Map<String,String> tags)
A comma-separated list of tag key:value pairs. For example: { "Key1": "Value1", "Key2": "Value2" }
tags - A comma-separated list of tag key:value pairs. For example: { "Key1": "Value1", "Key2": "Value2" }public ListTagsForResourceResult withTags(Map<String,String> tags)
A comma-separated list of tag key:value pairs. For example: { "Key1": "Value1", "Key2": "Value2" }
tags - A comma-separated list of tag key:value pairs. For example: { "Key1": "Value1", "Key2": "Value2" }public ListTagsForResourceResult addTagsEntry(String key, String value)
public ListTagsForResourceResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2019. All rights reserved.