ChangeMessageVisibilityBatchResult class
For each message in the batch, the response contains a
ChangeMessageVisibilityBatchResultEntry
tag if the message
succeeds or a BatchResultErrorEntry
tag if the message
fails.
Constructors
-
ChangeMessageVisibilityBatchResult({required List<
BatchResultErrorEntry> failed, required List<ChangeMessageVisibilityBatchResultEntry> successful}) - ChangeMessageVisibilityBatchResult.fromXml(XmlElement elem)
-
factory
Properties
-
failed
→ List<
BatchResultErrorEntry> -
A list of
BatchResultErrorEntry
items.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
successful
→ List<
ChangeMessageVisibilityBatchResultEntry> -
A list of
ChangeMessageVisibilityBatchResultEntry
items.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