public class CreateQueueResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateQueueResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getQueueArn()
The Amazon Resource Name (ARN) of the queue.
|
java.lang.String |
getQueueId()
The identifier for the queue.
|
int |
hashCode() |
void |
setQueueArn(java.lang.String queueArn)
The Amazon Resource Name (ARN) of the queue.
|
void |
setQueueId(java.lang.String queueId)
The identifier for the queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateQueueResult |
withQueueArn(java.lang.String queueArn)
The Amazon Resource Name (ARN) of the queue.
|
CreateQueueResult |
withQueueId(java.lang.String queueId)
The identifier for the queue.
|
public java.lang.String getQueueArn()
The Amazon Resource Name (ARN) of the queue.
The Amazon Resource Name (ARN) of the queue.
public void setQueueArn(java.lang.String queueArn)
The Amazon Resource Name (ARN) of the queue.
queueArn - The Amazon Resource Name (ARN) of the queue.
public CreateQueueResult withQueueArn(java.lang.String queueArn)
The Amazon Resource Name (ARN) of the queue.
Returns a reference to this object so that method calls can be chained together.
queueArn - The Amazon Resource Name (ARN) of the queue.
public java.lang.String getQueueId()
The identifier for the queue.
The identifier for the queue.
public void setQueueId(java.lang.String queueId)
The identifier for the queue.
queueId - The identifier for the queue.
public CreateQueueResult withQueueId(java.lang.String queueId)
The identifier for the queue.
Returns a reference to this object so that method calls can be chained together.
queueId - The identifier for 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