Package | com.amazonaws.services.sqs.model |
Class | public class CreateQueueResult |
Inheritance | CreateQueueResult ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | January 24. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
CreateQueueResult | |||
getQueueUrl():String
The queue URL for the created queue. | CreateQueueResult | ||
![]() | getRequestId():String
The AWS request ID that uniquely identifies the service request the caller made. | AmazonWebServiceResult | |
parse(data:Object = null):ResponseResult [override]
Returns parsed XML data from AWS response. | CreateQueueResult | ||
setQueueUrl(queueUrl:String):void
The queue URL for the created queue. | CreateQueueResult | ||
![]() | setRequestId(requestId:String):void
The AWS request ID that uniquely identifies the service request the caller made. | AmazonWebServiceResult | |
toString():String [override] | CreateQueueResult | ||
withQueueUrl(queueUrl:String):CreateQueueResult
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName). | CreateQueueResult | ||
![]() | withRawData(rawData:Object):ResponseResult
Sets new raw data. | AmazonWebServiceResult | |
![]() | withRequestId(requestId:String):ResponseResult
The AWS request ID that uniquely identifies the service request the caller made. | AmazonWebServiceResult |
CreateQueueResult | () | Constructor |
public function CreateQueueResult()
getQueueUrl | () | method |
public function getQueueUrl():String
The queue URL for the created queue. (http|https://endpoint/12digitOwnerAccountId/QueueName).
ReturnsString — queue URL
|
parse | () | method |
override public final function parse(data:Object = null):ResponseResult
Returns parsed XML data from AWS response.
Parameters
data:Object (default = null ) — raw data to be parsed
|
ResponseResult — A reference to this updated object so that method calls can be chained together.
|
SyntaxError — if AWS namespace not available in XML response
|
setQueueUrl | () | method |
public function setQueueUrl(queueUrl:String):void
The queue URL for the created queue. (http|https://endpoint/12digitOwnerAccountId/QueueName).
Parameters
queueUrl:String — The queue URL for the created queue.
|
toString | () | method |
override public function toString():String
ReturnsString |
withQueueUrl | () | method |
public function withQueueUrl(queueUrl:String):CreateQueueResult
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).
Parameters
queueUrl:String — query URL
|
CreateQueueResult — CreateQueueResult
|