public class ListDeadLetterSourceQueuesRequest extends AmazonWebServiceRequest implements java.io.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(java.lang.Object obj) |
java.lang.String |
getQueueUrl()
The queue URL of a dead letter queue.
|
int |
hashCode() |
void |
setQueueUrl(java.lang.String queueUrl)
The queue URL of a dead letter queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeadLetterSourceQueuesRequest |
withQueueUrl(java.lang.String queueUrl)
The queue URL of a dead letter queue.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic java.lang.String getQueueUrl()
public void setQueueUrl(java.lang.String queueUrl)
queueUrl - The queue URL of a dead letter queue.public ListDeadLetterSourceQueuesRequest withQueueUrl(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object