public class ListDeadLetterSourceQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListDeadLetterSourceQueues operation.
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
For more information about using dead letter queues, see Using Amazon SQS Dead Letter Queues .
NOOP| Constructor and Description |
|---|
ListDeadLetterSourceQueuesRequest()
Default constructor for a new ListDeadLetterSourceQueuesRequest object.
|
ListDeadLetterSourceQueuesRequest(String queueUrl)
Constructs a new ListDeadLetterSourceQueuesRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeadLetterSourceQueuesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getQueueUrl()
The queue URL of a dead letter queue.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The queue URL of a dead letter queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeadLetterSourceQueuesRequest |
withQueueUrl(String queueUrl)
The queue URL of a dead letter queue.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic ListDeadLetterSourceQueuesRequest()
public ListDeadLetterSourceQueuesRequest(String queueUrl)
queueUrl - The queue URL of a dead letter queue.public String getQueueUrl()
public void setQueueUrl(String queueUrl)
queueUrl - The queue URL of a dead letter queue.public ListDeadLetterSourceQueuesRequest withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together.
queueUrl - The queue URL of a dead letter queue.public String toString()
toString in class ObjectObject.toString()public ListDeadLetterSourceQueuesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.