Package | com.amazonaws.services.sqs.model |
Class | public class DeleteQueueRequest |
Inheritance | DeleteQueueRequest ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | February 4. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined 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 | ||
withQueueUrl(queueUrl:String):DeleteQueueRequest
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName). | DeleteQueueRequest |
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.
ParametersqueueUrl:String (default = null ) — queue URL (http|https://endpoint/12digitOwnerAccountId/QueueName)
|
getQueueUrl | () | method |
public function getQueueUrl():String
The queue URL. (http|https://endpoint/12digitOwnerAccountId/QueueName).
ReturnsString — 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.
ReturnsString — 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
|
DeleteQueueRequest — A reference to this updated object so that method calls can be chained together.
|