public final class CreateQueueResult extends Object implements Serializable
Returns the QueueUrl element of the created queue.
Constructor and Description |
---|
CreateQueueResult(String queueUrl) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL for the created Amazon SQS queue.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public CreateQueueResult(String queueUrl)
public String getQueueUrl()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2019. All rights reserved.