|
|||||||
| 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 Form| Constructor Summary | |
|---|---|
ListDeadLetterSourceQueuesRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListDeadLetterSourceQueuesRequest()
| Method Detail |
|---|
public 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
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||