SendMessageBatchResultEntry class

Encloses a MessageId for a successfully-enqueued message in a SendMessageBatch.

Constructors

SendMessageBatchResultEntry({required String id, required String mD5OfMessageBody, required String messageId, String? mD5OfMessageAttributes, String? mD5OfMessageSystemAttributes, String? sequenceNumber})
SendMessageBatchResultEntry.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
An identifier for the message in this batch.
final
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. For information about MD5, see RFC1321.
final
messageId String
An identifier for the message.
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