@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TagQueueRequest()
Default constructor for TagQueueRequest object.
|
TagQueueRequest(String queueUrl,
Map<String,String> tags)
Constructs a new TagQueueRequest object.
|
Modifier and Type | Method and Description |
---|---|
TagQueueRequest |
addTagsEntry(String key,
String value) |
TagQueueRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
TagQueueRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL of the queue.
|
Map<String,String> |
getTags()
The list of tags to be added to the specified queue.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL of the queue.
|
void |
setTags(Map<String,String> tags)
The list of tags to be added to the specified queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TagQueueRequest |
withQueueUrl(String queueUrl)
The URL of the queue.
|
TagQueueRequest |
withTags(Map<String,String> tags)
The list of tags to be added to the specified queue.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public TagQueueRequest()
public TagQueueRequest(String queueUrl, Map<String,String> tags)
queueUrl
- The URL of the queue.tags
- The list of tags to be added to the specified queue.public void setQueueUrl(String queueUrl)
The URL of the queue.
queueUrl
- The URL of the queue.public String getQueueUrl()
The URL of the queue.
public TagQueueRequest withQueueUrl(String queueUrl)
The URL of the queue.
queueUrl
- The URL of the queue.public Map<String,String> getTags()
The list of tags to be added to the specified queue.
public void setTags(Map<String,String> tags)
The list of tags to be added to the specified queue.
tags
- The list of tags to be added to the specified queue.public TagQueueRequest withTags(Map<String,String> tags)
The list of tags to be added to the specified queue.
tags
- The list of tags to be added to the specified queue.public TagQueueRequest addTagsEntry(String key, String value)
public TagQueueRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public TagQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.