Packagecom.amazonaws.services.sqs.model
Classpublic class DeleteQueueRequest
InheritanceDeleteQueueRequest Inheritance AmazonWebServiceRequest Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Since : February 4. 2011
Runtime Versions : Flash Player 10.1, AIR 2.5

Container for the parameters to the DeleteQueue operation. This action unconditionally deletes the queue specified by the queue URL. Use this operation WITH CARE! The queue is deleted even if it is NOT empty.



Public Methods
 MethodDefined By
  
DeleteQueueRequest(queueUrl:String = null)
Constructs a new DeleteQueueRequest object.
DeleteQueueRequest
  
getQueueUrl():String
The queue URL.
DeleteQueueRequest
  
setQueueUrl(queueUrl:String):void
Expected queue URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).
DeleteQueueRequest
  
toString():String
Returns a string representation of this object; useful for testing and debugging.
DeleteQueueRequest
  
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).
DeleteQueueRequest
Constructor Detail
DeleteQueueRequest()Constructor
public function DeleteQueueRequest(queueUrl:String = null)

Constructs a new DeleteQueueRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters
queueUrl:String (default = null) — queue URL (http|https://endpoint/12digitOwnerAccountId/QueueName)
Method Detail
getQueueUrl()method
public function getQueueUrl():String

The queue URL. (http|https://endpoint/12digitOwnerAccountId/QueueName).

Returns
String — queue URL
setQueueUrl()method 
public function setQueueUrl(queueUrl:String):void

Expected queue URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).

Parameters

queueUrl:String — queue URL

toString()method 
public function toString():String

Returns a string representation of this object; useful for testing and debugging.

Returns
String — A string representation of this object.
withQueueUrl()method 
public function withQueueUrl(queueUrl:String):DeleteQueueRequest

Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).

Parameters

queueUrl:String — queue URL

Returns
DeleteQueueRequest — A reference to this updated object so that method calls can be chained together.