public final class ListQueuesResult extends Object implements Serializable
A list of your queues.
Constructor and Description |
---|
ListQueuesResult(List<String> queueUrls) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getQueueUrls()
A list of queue URLs, up to 1000 entries.
|
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–2019. All rights reserved.