public class CreateQueueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Returns the QueueUrl element of the created queue.
Constructor and Description |
---|
CreateQueueResult() |
Modifier and Type | Method and Description |
---|---|
CreateQueueResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueueUrl(String queueUrl)
The URL for the created Amazon SQS queue.
queueUrl
- The URL for the created Amazon SQS queue.public String getQueueUrl()
The URL for the created Amazon SQS queue.
public CreateQueueResult withQueueUrl(String queueUrl)
The URL for the created Amazon SQS queue.
queueUrl
- The URL for the created Amazon SQS queue.public String toString()
toString
in class Object
Object.toString()
public CreateQueueResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.