|
||||||||||
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
Returns the QueueUrl element of the created queue.
Constructor Summary | |
---|---|
CreateQueueResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateQueueResult()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |