@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()
The requested tags.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The requested tags.
|
String |
toString()
Returns a string representation of this object.
|
GetTagsResult |
withTags(Map<String,String> tags)
The requested tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTags(Map<String,String> tags)
The requested tags.
tags
- The requested tags.public GetTagsResult withTags(Map<String,String> tags)
The requested tags.
tags
- The requested tags.public GetTagsResult addTagsEntry(String key, String value)
public GetTagsResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetTagsResult clone()