@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQueueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateQueueResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateQueueResult | clone() | 
| boolean | equals(Object obj) | 
| String | getQueueArn()
 The Amazon Resource Name (ARN) of the queue. | 
| String | getQueueId()
 The identifier for the queue. | 
| int | hashCode() | 
| void | setQueueArn(String queueArn)
 The Amazon Resource Name (ARN) of the queue. | 
| void | setQueueId(String queueId)
 The identifier for the queue. | 
| String | toString()Returns a string representation of this object. | 
| CreateQueueResult | withQueueArn(String queueArn)
 The Amazon Resource Name (ARN) of the queue. | 
| CreateQueueResult | withQueueId(String queueId)
 The identifier for the queue. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setQueueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
queueArn - The Amazon Resource Name (ARN) of the queue.public String getQueueArn()
The Amazon Resource Name (ARN) of the queue.
public CreateQueueResult withQueueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
queueArn - The Amazon Resource Name (ARN) of the queue.public void setQueueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.public String getQueueId()
The identifier for the queue.
public CreateQueueResult withQueueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.public String toString()
toString in class ObjectObject.toString()public CreateQueueResult clone()