LrSqsMessage
This class represents a message that can be sent or received from the SQS queue. Most of the methods are getters for the attributes of the class.
The LrSqsMessage class includes the following methods.
| LrSqsMessage.attributes | Returns all user-defined attributes of the message. |
| LrSqsMessage.body | Retrieves the message body. |
| LrSqsMessage.hasAttributes | Returns a Boolean value that shows whether the message has user-defined attributes. |
| LrSqsMessage.hasSystemAttributes | Returns a Boolean value that shows whether the message has system attributes. |
| LrSqsMessage.md5ofAttributes | Returns an MD5 encoding of the message attribute string. |
| LrSqsMessage.md5OfBody | Returns an MD5 encoding of the message. |
| LrSqsMessage.messageId | Retrieves the message ID. |
| LrSqsMessage.receiptHandle | Retrieves the receipt handle. |
| LrSqsMessage.systemAttributes | Returns all system attributes of the message. |
| LrSqsMessage.systemAttributesAsStrings | Returns the system attributes of the message as Strings. |
| LrSqsMessage.toString | Returns the LrSqsMessage as a String. |

