Package | com.amazonaws.services.sqs.model |
Class | public class ReceiveMessageResult |
Inheritance | ReceiveMessageResult ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | February 1. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
ReceiveMessageResult | |||
getMessages():Array
A list of messages. | ReceiveMessageResult | ||
![]() | 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. | ReceiveMessageResult | ||
setMessages(messages:Array):void
A list of messages. | ReceiveMessageResult | ||
![]() | setRequestId(requestId:String):void
The AWS request ID that uniquely identifies the service request the caller made. | AmazonWebServiceResult | |
toString():String [override]
Returns a string representation of this object; useful for testing and debugging. | ReceiveMessageResult | ||
withMessages(messages:Array):ReceiveMessageResult
A list of messages. | ReceiveMessageResult | ||
![]() | 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 |
ReceiveMessageResult | () | Constructor |
public function ReceiveMessageResult()
getMessages | () | method |
public function getMessages():Array
A list of messages.
ReturnsArray — A list of messages.
|
parse | () | method |
override public final function parse(data:Object = null):ResponseResult
Returns parsed XML data from AWS response.
Parameters
data:Object (default = null ) — data 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
|
setMessages | () | method |
public function setMessages(messages:Array):void
A list of messages.
Parameters
messages:Array — A list of messages.
IMPORTANT: List must contain com.amazonaws.services.sqs.model.Message instances
|
See also
toString | () | method |
override public function toString():String
Returns a string representation of this object; useful for testing and debugging.
ReturnsString — A string representation of this object.
|
withMessages | () | method |
public function withMessages(messages:Array):ReceiveMessageResult
A list of messages. Returns a reference to this object so that method calls can be chained together.
Parameters
messages:Array — A list of messages.
IMPORTANT: List must contain com.amazonaws.services.sqs.model.Message instances
|
ReceiveMessageResult — A reference to this updated object so that method calls can be chained together.
|
See also