Package | com.amazonaws.services.sqs.model |
Class | public class GetQueueAttributesResult |
Inheritance | GetQueueAttributesResult ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | January 30. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
GetQueueAttributesResult | |||
getAttributes():Map
A list of attributes. | GetQueueAttributesResult | ||
![]() | 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 | ||
![]() | 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 | ||
withAttributes(attributes:Map):GetQueueAttributesResult
A list of attributes. | GetQueueAttributesResult | ||
![]() | 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 |
GetQueueAttributesResult | () | Constructor |
public function GetQueueAttributesResult()
getAttributes | () | method |
public function getAttributes():Map
A list of attributes.
ReturnsMap — 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
|
ResponseResult — A reference to this updated object so that method calls can be chained together.
|
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.
ReturnsString — 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 |
GetQueueAttributesResult — A reference to this updated object so that method calls can be chained together.
|