|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest
public class ListDeadLetterSourceQueuesRequest
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 .
AmazonSQS.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest)
,
Serialized FormConstructor 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 |
---|
public ListDeadLetterSourceQueuesRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |