|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sqs.model.CreateQueueResult
public class CreateQueueResult
Constructor Summary | |
---|---|
CreateQueueResult()
|
Method Summary | |
---|---|
String |
getQueueUrl()
The queue URL for the created queue. |
void |
setQueueUrl(String queueUrl)
The queue URL for the created queue. |
String |
toString()
|
CreateQueueResult |
withQueueUrl(String queueUrl)
The queue URL for the created queue. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateQueueResult()
Method Detail |
---|
public String getQueueUrl()
public void setQueueUrl(String queueUrl)
queueUrl
- The queue URL for the created queue.public CreateQueueResult withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together.
queueUrl
- The queue URL for the created queue.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |