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