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