com.amazonaws.services.sqs.model
Class ListDeadLetterSourceQueuesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
All Implemented Interfaces:
Serializable

public class ListDeadLetterSourceQueuesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the 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 .

See Also:
AmazonSQS.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest), Serialized Form

Constructor Summary
ListDeadLetterSourceQueuesRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListDeadLetterSourceQueuesRequest

public ListDeadLetterSourceQueuesRequest()
Method Detail

getQueueUrl

public String getQueueUrl()
The queue URL of a dead letter queue.

Returns:
The queue URL of a dead letter queue.

setQueueUrl

public void setQueueUrl(String queueUrl)
The queue URL of a dead letter queue.

Parameters:
queueUrl - The queue URL of a dead letter queue.

withQueueUrl

public ListDeadLetterSourceQueuesRequest withQueueUrl(String queueUrl)
The queue URL of a dead letter queue.

Returns a reference to this object so that method calls can be chained together.

Parameters:
queueUrl - The queue URL of a dead letter queue.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.