Package | com.amazonaws.services.sqs.model |
Class | public class SendMessageResult |
Inheritance | SendMessageResult ![]() ![]() |
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 | ||
---|---|---|---|
SendMessageResult | |||
getMD5OfMessageBody():String
An MD5 digest of the non-URL-encoded message body string. | SendMessageResult | ||
getMessageId():String
The message ID of the message sent to the queue. | SendMessageResult | ||
![]() | 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. | SendMessageResult | ||
setMD5OfMessageBody(mD5OfMessageBody:String):void
An MD5 digest of the non-URL-encoded message body string. | SendMessageResult | ||
setMessageId(messageId:String):void
The message ID of the message sent to the queue. | SendMessageResult | ||
![]() | 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. | SendMessageResult | ||
withMD5OfMessageBody(mD5OfMessageBody:String):SendMessageResult
An MD5 digest of the non-URL-encoded message body string. | SendMessageResult | ||
withMessageId(messageId:String):SendMessageResult
The message ID of the message sent to the queue. | SendMessageResult | ||
![]() | 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 |
SendMessageResult | () | Constructor |
public function SendMessageResult()
getMD5OfMessageBody | () | method |
public function getMD5OfMessageBody():String
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that SQS received the message correctly. SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://faqs.org/rfcs/rfc1321.html.
ReturnsString — An MD5 digest of the non-URL-encoded message body string.
This can be used to verify that SQS received the message correctly.
SQS first URL decodes the message before creating the MD5 digest.
For information about MD5, go to http://faqs.org/rfcs/rfc1321.html.
|
See also
getMessageId | () | method |
public function getMessageId():String
The message ID of the message sent to the queue.
ReturnsString — The message ID of the message sent to the queue.
|
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
|
setMD5OfMessageBody | () | method |
public function setMD5OfMessageBody(mD5OfMessageBody:String):void
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that SQS received the message correctly. SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://faqs.org/rfcs/rfc1321.html.
Parameters
mD5OfMessageBody:String — An MD5 digest of the non-URL-encoded message body string.
This can be used to verify that SQS received the message correctly.
SQS first URL decodes the message before creating the MD5 digest.
For information about MD5, go to http://faqs.org/rfcs/rfc1321.html.
|
See also
setMessageId | () | method |
public function setMessageId(messageId:String):void
The message ID of the message sent to the queue.
Parameters
messageId:String — The message ID of the message sent to the queue.
|
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.
|
withMD5OfMessageBody | () | method |
public function withMD5OfMessageBody(mD5OfMessageBody:String):SendMessageResult
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that SQS received the message correctly. SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://faqs.org/rfcs/rfc1321.html. Returns a reference to this object so that method calls can be chained together.
Parameters
mD5OfMessageBody:String — An MD5 digest of the non-URL-encoded message body string.
This can be used to verify that SQS received the message correctly.
SQS first URL decodes the message before creating the MD5 digest.
For information about MD5, go to http://faqs.org/rfcs/rfc1321.html.
|
SendMessageResult — A reference to this updated object so that method calls can be chained together.
|
See also
withMessageId | () | method |
public function withMessageId(messageId:String):SendMessageResult
The message ID of the message sent to the queue. Returns a reference to this object so that method calls can be chained together.
Parameters
messageId:String — The message ID of the message sent to the queue.
|
SendMessageResult — A reference to this updated object so that method calls can be chained together.
|