java.lang.Object | |
↳ | org.mule.modules.sqs.model.SendMessageResult |
The MD5OfMessageBody and MessageId elements.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
mD5OfMessageAttributes | An MD5 digest of the non-URL-encoded message attribute string. | ||||||||||
mD5OfMessageBody | An MD5 digest of the non-URL-encoded message body string. | ||||||||||
messageId | An element containing the message ID of the message sent to the queue. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
An MD5 digest of the non-URL-encoded message attribute string.
| |||||||||||
An MD5 digest of the non-URL-encoded message body string.
| |||||||||||
An element containing the message ID of the message sent to the queue.
| |||||||||||
Returns a string representation of this object; useful for testing and debugging.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
mD5OfMessageAttributes | |
---|---|
mD5OfMessageBody | |
messageId |
o |
---|
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
Returns a string representation of this object; useful for testing and debugging.