public class ListDeadLetterSourceQueuesRequest extends AmazonWebServiceRequest implements java.io.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(java.lang.String queueUrl)
Constructs a new ListDeadLetterSourceQueuesRequest object.
|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ListDeadLetterSourceQueuesRequest()
public ListDeadLetterSourceQueuesRequest(java.lang.String queueUrl)
queueUrl
- The queue URL of a dead letter queue.
Queue URLs are case-sensitive.
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.