mD5OfMessageBody property

String? mD5OfMessageBody
final

An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.

Implementation

final String? mD5OfMessageBody;