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