public class ListDeadLetterSourceQueuesResult extends Object implements Serializable
A list of your dead letter source queues.
| Constructor and Description |
|---|
ListDeadLetterSourceQueuesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getQueueUrls()
A list of source queue URLs that have the RedrivePolicy queue
attribute configured with a dead letter queue.
|
int |
hashCode() |
void |
setQueueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the RedrivePolicy queue
attribute configured with a dead letter queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeadLetterSourceQueuesResult |
withQueueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the RedrivePolicy queue
attribute configured with a dead letter queue.
|
ListDeadLetterSourceQueuesResult |
withQueueUrls(String... queueUrls)
A list of source queue URLs that have the RedrivePolicy queue
attribute configured with a dead letter queue.
|
public List<String> getQueueUrls()
public void setQueueUrls(Collection<String> queueUrls)
queueUrls - A list of source queue URLs that have the RedrivePolicy queue
attribute configured with a dead letter queue.public ListDeadLetterSourceQueuesResult withQueueUrls(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(Collection<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 String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.