public final class BatchResult extends Object implements Serializable
For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
| Constructor and Description |
|---|
BatchResult() |
BatchResult(List<String> successful,
List<BatchResultErrorEntry> failed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BatchResultErrorEntry> |
getFailed()
A list of BatchResultErrorEntry items.
|
List<String> |
getSuccessful()
A list of ChangeMessageVisibilityBatchResultEntry items.
|
int |
hashCode() |
public BatchResult()
public BatchResult(List<String> successful, List<BatchResultErrorEntry> failed)
public List<String> getSuccessful()
public List<BatchResultErrorEntry> getFailed()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.