|
|||||||
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 | |
---|---|
List<String> |
getQueueUrls()
A list of queue URLs for queues. |
void |
setQueueUrls(Collection<String> queueUrls)
A list of queue URLs for queues. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListQueuesResult |
withQueueUrls(Collection<String> queueUrls)
A list of queue URLs for queues. |
ListQueuesResult |
withQueueUrls(String... queueUrls)
A list of queue URLs for queues. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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 for queues. The response can contain up to 1000
QueueUrl elements.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 for queues. The response can contain up to 1000
QueueUrl elements.
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 for queues. The response can contain up to 1000
QueueUrl elements.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |