@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQueueUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
For more information, see Responses in the Amazon Simple Queue Service Developer Guide.
Constructor and Description |
---|
GetQueueUrlResult() |
Modifier and Type | Method and Description |
---|---|
GetQueueUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL of the queue.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL of the queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetQueueUrlResult |
withQueueUrl(String queueUrl)
The URL of the queue.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueueUrl(String queueUrl)
The URL of the queue.
queueUrl
- The URL of the queue.public String getQueueUrl()
The URL of the queue.
public GetQueueUrlResult withQueueUrl(String queueUrl)
The URL of the queue.
queueUrl
- The URL of the queue.public String toString()
toString
in class Object
Object.toString()
public GetQueueUrlResult clone()
Copyright © 2017. All rights reserved.