public class ListDeadLetterSourceQueuesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDeadLetterSourceQueuesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDeadLetterSourceQueuesResult |
clone() |
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)
NOTE: This method appends the values to the existing list (if
any). Use setQueueUrls(java.util.Collection) or
withQueueUrls(java.util.Collection) if you want to override the
existing values.
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)
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()public ListDeadLetterSourceQueuesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.