|
|||||||
| 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()
Returns a string representation of this object; useful for testing and debugging. |
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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||