Packagecom.amazonaws.services.sqs.model
Classpublic class CreateQueueResult
InheritanceCreateQueueResult Inheritance AmazonWebServiceResult Inheritance Object

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

Container for the 'CreateQueue operation' response parameters.



Public Properties
 PropertyDefined By
 InheritedrawData : Object
Gets received raw data (XML format).
AmazonWebServiceResult
Public Methods
 MethodDefined By
  
CreateQueueResult
  
getQueueUrl():String
The queue URL for the created queue.
CreateQueueResult
 Inherited
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
 Inherited
setRequestId(requestId:String):void
The AWS request ID that uniquely identifies the service request the caller made.
AmazonWebServiceResult
  
toString():String
[override]
CreateQueueResult
  
Expected query URL format: (http|https://endpoint/12digitOwnerAccountId/QueueName).
CreateQueueResult
 Inherited
withRawData(rawData:Object):ResponseResult
Sets new raw data.
AmazonWebServiceResult
 Inherited
withRequestId(requestId:String):ResponseResult
The AWS request ID that uniquely identifies the service request the caller made.
AmazonWebServiceResult
Constructor Detail
CreateQueueResult()Constructor
public function CreateQueueResult()

Method Detail
getQueueUrl()method
public function getQueueUrl():String

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

Returns
String — 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

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

Throws
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

Returns
String
withQueueUrl()method 
public function withQueueUrl(queueUrl:String):CreateQueueResult

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

Parameters

queueUrl:String — query URL

Returns
CreateQueueResult — CreateQueueResult