@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UntagQueueRequest()
Default constructor for UntagQueueRequest object.
|
UntagQueueRequest(String queueUrl,
List<String> tagKeys)
Constructs a new UntagQueueRequest object.
|
Modifier and Type | Method and Description |
---|---|
UntagQueueRequest |
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.
|
List<String> |
getTagKeys()
The list of tags to be removed from the specified queue.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL of the queue.
|
void |
setTagKeys(Collection<String> tagKeys)
The list of tags to be removed from the specified queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagQueueRequest |
withQueueUrl(String queueUrl)
The URL of the queue.
|
UntagQueueRequest |
withTagKeys(Collection<String> tagKeys)
The list of tags to be removed from the specified queue.
|
UntagQueueRequest |
withTagKeys(String... tagKeys)
The list of tags to be removed from 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 UntagQueueRequest()
public UntagQueueRequest(String queueUrl, List<String> tagKeys)
queueUrl
- The URL of the queue.tagKeys
- The list of tags to be removed from 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 UntagQueueRequest withQueueUrl(String queueUrl)
The URL of the queue.
queueUrl
- The URL of the queue.public List<String> getTagKeys()
The list of tags to be removed from the specified queue.
public void setTagKeys(Collection<String> tagKeys)
The list of tags to be removed from the specified queue.
tagKeys
- The list of tags to be removed from the specified queue.public UntagQueueRequest withTagKeys(String... tagKeys)
The list of tags to be removed from the specified queue.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection)
or withTagKeys(java.util.Collection)
if you want to override
the existing values.
tagKeys
- The list of tags to be removed from the specified queue.public UntagQueueRequest withTagKeys(Collection<String> tagKeys)
The list of tags to be removed from the specified queue.
tagKeys
- The list of tags to be removed from the specified queue.public String toString()
toString
in class Object
Object.toString()
public UntagQueueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.