|
|||||||
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 | |
---|---|
java.lang.String |
getQueueUrl()
The URL for the created SQS queue. |
void |
setQueueUrl(java.lang.String queueUrl)
The URL for the created SQS queue. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateQueueResult |
withQueueUrl(java.lang.String queueUrl)
The URL for the created SQS queue. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateQueueResult()
Method Detail |
---|
public java.lang.String getQueueUrl()
public void setQueueUrl(java.lang.String queueUrl)
queueUrl
- The URL for the created SQS queue.public CreateQueueResult withQueueUrl(java.lang.String queueUrl)
Returns a reference to this object so that method calls can be chained together.
queueUrl
- The URL for the created SQS queue.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |