SendMessageResult class
The MD5OfMessageBody
and MessageId
elements.
Constructors
- SendMessageResult({String? mD5OfMessageAttributes, String? mD5OfMessageBody, String? mD5OfMessageSystemAttributes, String? messageId, String? sequenceNumber})
- SendMessageResult.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mD5OfMessageAttributes → String?
-
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.
final
- mD5OfMessageBody → String?
-
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.
final
- mD5OfMessageSystemAttributes → String?
-
An MD5 digest of the non-URL-encoded message system 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.
final
- messageId → String?
-
An attribute containing the
MessageId
of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon Simple Queue Service Developer Guide.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceNumber → String?
-
This parameter applies only to FIFO (first-in-first-out) queues.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited