|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.sqs.model.ListQueuesResult
public class ListQueuesResult
| Constructor Summary | |
|---|---|
ListQueuesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getQueueUrls()
A list of queue URLs, up to 1000 entries. |
int |
hashCode()
|
void |
setQueueUrls(Collection<String> queueUrls)
A list of queue URLs, up to 1000 entries. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListQueuesResult |
withQueueUrls(Collection<String> queueUrls)
A list of queue URLs, up to 1000 entries. |
ListQueuesResult |
withQueueUrls(String... queueUrls)
A list of queue URLs, up to 1000 entries. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListQueuesResult()
| Method Detail |
|---|
public List<String> getQueueUrls()
public void setQueueUrls(Collection<String> queueUrls)
queueUrls - A list of queue URLs, up to 1000 entries.public ListQueuesResult withQueueUrls(String... queueUrls)
Returns a reference to this object so that method calls can be chained together.
queueUrls - A list of queue URLs, up to 1000 entries.
public ListQueuesResult withQueueUrls(Collection<String> queueUrls)
Returns a reference to this object so that method calls can be chained together.
queueUrls - A list of queue URLs, up to 1000 entries.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||