|
Did this page help you?Yes No Tell us about it... |
||||||
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
List Queues Result
Constructor Summary | |
---|---|
ListQueuesResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getQueueUrls()
Returns the value of the QueueUrls property for this object. |
int |
hashCode()
|
void |
setQueueUrls(java.util.Collection<java.lang.String> queueUrls)
Sets the value of the QueueUrls property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListQueuesResult |
withQueueUrls(java.util.Collection<java.lang.String> queueUrls)
Sets the value of the QueueUrls property for this object. |
ListQueuesResult |
withQueueUrls(java.lang.String... queueUrls)
Sets the value of the QueueUrls property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListQueuesResult()
Method Detail |
---|
public java.util.List<java.lang.String> getQueueUrls()
public void setQueueUrls(java.util.Collection<java.lang.String> queueUrls)
queueUrls
- The new value for the QueueUrls property for this object.public ListQueuesResult withQueueUrls(java.lang.String... queueUrls)
Returns a reference to this object so that method calls can be chained together.
queueUrls
- The new value for the QueueUrls property for this object.
public ListQueuesResult withQueueUrls(java.util.Collection<java.lang.String> queueUrls)
Returns a reference to this object so that method calls can be chained together.
queueUrls
- The new value for the QueueUrls property for this object.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |