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