@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueueTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListQueueTagsRequest()
Default constructor for ListQueueTagsRequest object.
|
ListQueueTagsRequest(String queueUrl)
Constructs a new ListQueueTagsRequest object.
|
Modifier and Type | Method and Description |
---|---|
ListQueueTagsRequest |
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.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL of the queue.
|
String |
toString()
Returns a string representation of this object.
|
ListQueueTagsRequest |
withQueueUrl(String queueUrl)
The URL of the 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 ListQueueTagsRequest()
public ListQueueTagsRequest(String queueUrl)
queueUrl
- The URL of the 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 ListQueueTagsRequest withQueueUrl(String queueUrl)
The URL of the queue.
queueUrl
- The URL of the queue.public String toString()
toString
in class Object
Object.toString()
public ListQueueTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()