public class ListDeadLetterSourceQueuesRequest extends AmazonWebServiceRequest implements Serializable
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 in the Amazon SQS Developer Guide.
| Constructor and Description |
|---|
ListDeadLetterSourceQueuesRequest()
Default constructor for ListDeadLetterSourceQueuesRequest object.
|
ListDeadLetterSourceQueuesRequest(String queueUrl)
Constructs a new ListDeadLetterSourceQueuesRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic ListDeadLetterSourceQueuesRequest()
public ListDeadLetterSourceQueuesRequest(String queueUrl)
queueUrl - The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
public String getQueueUrl()
The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
public void setQueueUrl(String queueUrl)
The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
queueUrl - The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
public ListDeadLetterSourceQueuesRequest withQueueUrl(String queueUrl)
The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
Returns a reference to this object so that method calls can be chained together.
queueUrl - The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.