public class DescribeQueueResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeQueueResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Queue |
getQueue()
The name of the queue.
|
int |
hashCode() |
void |
setQueue(Queue queue)
The name of the queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeQueueResult |
withQueue(Queue queue)
The name of the queue.
|
public Queue getQueue()
The name of the queue.
The name of the queue.
public void setQueue(Queue queue)
The name of the queue.
queue - The name of the queue.
public DescribeQueueResult withQueue(Queue queue)
The name of the queue.
Returns a reference to this object so that method calls can be chained together.
queue - The name of the queue.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object