|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
public class ListDeadLetterSourceQueuesResult
A list of your dead letter source queues.
| Constructor Summary | |
|---|---|
ListDeadLetterSourceQueuesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getQueueUrls()
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue. |
int |
hashCode()
|
void |
setQueueUrls(java.util.Collection<java.lang.String> queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListDeadLetterSourceQueuesResult |
withQueueUrls(java.util.Collection<java.lang.String> queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue. |
ListDeadLetterSourceQueuesResult |
withQueueUrls(java.lang.String... queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListDeadLetterSourceQueuesResult()
| Method Detail |
|---|
public java.util.List<java.lang.String> getQueueUrls()
public void setQueueUrls(java.util.Collection<java.lang.String> queueUrls)
queueUrls - A list of source queue URLs that have the RedrivePolicy queue
attribute configured with a dead letter queue.public ListDeadLetterSourceQueuesResult withQueueUrls(java.lang.String... queueUrls)
Returns a reference to this object so that method calls can be chained together.
queueUrls - A list of source queue URLs that have the RedrivePolicy queue
attribute configured with a dead letter queue.
public ListDeadLetterSourceQueuesResult withQueueUrls(java.util.Collection<java.lang.String> queueUrls)
Returns a reference to this object so that method calls can be chained together.
queueUrls - A list of source queue URLs that have the RedrivePolicy queue
attribute configured with 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 | ||||||