java.lang.Object | |
↳ | org.mule.modules.sqs.model.SendMessageBatchResultEntry |
Encloses a message ID for successfully enqueued message of a SendMessageBatch.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
id | An identifier for the message in this batch. | ||||||||||
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 identifier for the message. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
An identifier for the message in this batch.
| |||||||||||
An MD5 digest of the non-URL-encoded message attribute string.
| |||||||||||
An MD5 digest of the non-URL-encoded message body string.
| |||||||||||
An identifier for the message.
| |||||||||||
Returns a string representation of this object; useful for testing and debugging.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
An identifier for the message in this batch.
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch 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 identifier for the message.
id | |
---|---|
messageId | |
mD5OfMessageBody | |
mD5OfMessageAttributes |
o |
---|
An identifier for the message in this batch.
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch 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 identifier for the message.
Returns a string representation of this object; useful for testing and debugging.