java.lang.Object | |
↳ | org.mule.modules.sqs.model.SendMessageBatchResult |
For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
failed | A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued. | ||||||||||
successful | A list of SendMessageBatchResultEntry items. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.
| |||||||||||
A list of SendMessageBatchResultEntry items.
| |||||||||||
Returns a string representation of this object; useful for testing and debugging.
| |||||||||||
A list of SendMessageBatchResultEntry items.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.
A list of SendMessageBatchResultEntry items.
failed | |
---|---|
successful |
o |
---|
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.
A list of SendMessageBatchResultEntry items.
Returns a string representation of this object; useful for testing and debugging.
A list of SendMessageBatchResultEntry items.
Returns a reference to this object so that method calls can be chained together.successful | A list of SendMessageBatchResultEntry items. |
---|