public class ListDeadLetterSourceQueuesRequest extends AmazonWebServiceRequest implements Serializable
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 .
| Constructor and Description |
|---|
ListDeadLetterSourceQueuesRequest() |
| 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.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic 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()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.