Packagecom.amazonaws.services.sqs.model
Classpublic class GetQueueAttributesResult
InheritanceGetQueueAttributesResult Inheritance AmazonWebServiceResult Inheritance Object

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

Container for the 'GetQueueAttributes operation' response parameters.



Public Properties
 PropertyDefined By
 InheritedrawData : Object
Gets received raw data (XML format).
AmazonWebServiceResult
Public Methods
 MethodDefined By
  
GetQueueAttributesResult
  
A list of attributes.
GetQueueAttributesResult
 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.
GetQueueAttributesResult
  
setAttributes(attributes:Map):void
A list of attributes.
GetQueueAttributesResult
 Inherited
setRequestId(requestId:String):void
The AWS request ID that uniquely identifies the service request the caller made.
AmazonWebServiceResult
  
toString():String
[override] Returns string formated for tracing.
GetQueueAttributesResult
  
A list of attributes.
GetQueueAttributesResult
 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
GetQueueAttributesResult()Constructor
public function GetQueueAttributesResult()

Method Detail
getAttributes()method
public function getAttributes():Map

A list of attributes.

Returns
Map — A list of attributes.
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
setAttributes()method 
public function setAttributes(attributes:Map):void

A list of attributes.

Parameters

attributes:Map

toString()method 
override public function toString():String

Returns string formated for tracing.

Returns
String — trace string
withAttributes()method 
public function withAttributes(attributes:Map):GetQueueAttributesResult

A list of attributes. Returns a reference to this object so that method calls can be chained together.

Parameters

attributes:Map

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