public class CreateQueueResult extends Object implements Serializable
Returns the QueueUrl element of the created queue.
| Constructor and Description |
|---|
CreateQueueResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL for the created Amazon SQS queue.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL for the created Amazon SQS queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateQueueResult |
withQueueUrl(String queueUrl)
The URL for the created Amazon SQS queue.
|
public String getQueueUrl()
public void setQueueUrl(String queueUrl)
queueUrl - The URL for the created Amazon SQS queue.public CreateQueueResult withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together.
queueUrl - The URL for the created Amazon SQS queue.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.