AwsSQSEventRecord class
SQS Event Record that is send via AwsSQSEvent.
Constructors
-
AwsSQSEventRecord({String? messageId, String? body, String? receiptHandle, Map<
String, dynamic> ? attributes, Map<String, dynamic> ? messageAttributes, String? md5OfBody, String? eventSource, String? eventSourceARN, String? awsRegion}) -
const
-
AwsSQSEventRecord.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, dynamic> ? -
Attributes that are send with the event.
final
- awsRegion → String?
-
Aws Region this event was emitted from
final
- body → String?
-
Body of the message
final
- eventSource → String?
-
Source of the Event.
final
- eventSourceARN → String?
-
Source of the Event ARN.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- md5OfBody → String?
-
The md5 hash of the message body.
final
-
messageAttributes
→ Map<
String, dynamic> ? -
Message attributes that are send with the event.
final
- messageId → String?
-
Id of the SQS message.
final
- receiptHandle → String?
-
Name of the receipt handle.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited