com.amazonaws.services.sqs.model
Class CreateQueueResult

java.lang.Object
  extended by com.amazonaws.services.sqs.model.CreateQueueResult

public class CreateQueueResult
extends Object


Constructor Summary
CreateQueueResult()
           
 
Method Summary
 String getQueueUrl()
          The queue URL for the created queue.
 void setQueueUrl(String queueUrl)
          The queue URL for the created queue.
 String toString()
           
 CreateQueueResult withQueueUrl(String queueUrl)
          The queue URL for the created queue.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateQueueResult

public CreateQueueResult()
Method Detail

getQueueUrl

public String getQueueUrl()
The queue URL for the created queue.

Returns:
The queue URL for the created queue.

setQueueUrl

public void setQueueUrl(String queueUrl)
The queue URL for the created queue.

Parameters:
queueUrl - The queue URL for the created queue.

withQueueUrl

public CreateQueueResult withQueueUrl(String queueUrl)
The queue URL for the created queue.

Returns a reference to this object so that method calls can be chained together.

Parameters:
queueUrl - The queue URL for the created queue.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.