public final class ListDeadLetterSourceQueuesResult extends Object implements Serializable
A list of your dead letter source queues.
Constructor and Description |
---|
ListDeadLetterSourceQueuesResult(List<String> queueUrls) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getQueueUrls()
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public List<String> getQueueUrls()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2017. All rights reserved.