@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeQueueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeQueueResult() |
Modifier and Type | Method and Description |
---|---|
DescribeQueueResult |
clone() |
boolean |
equals(Object obj) |
Queue |
getQueue()
The name of the queue.
|
int |
hashCode() |
void |
setQueue(Queue queue)
The name of the queue.
|
String |
toString()
Returns a string representation of this object.
|
DescribeQueueResult |
withQueue(Queue queue)
The name of the queue.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueue(Queue queue)
The name of the queue.
queue
- The name of the queue.public Queue getQueue()
The name of the queue.
public DescribeQueueResult withQueue(Queue queue)
The name of the queue.
queue
- The name of the queue.public String toString()
toString
in class Object
Object.toString()
public DescribeQueueResult clone()