public final class ChangeMessageVisibilityBatchResult 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 |
---|
ChangeMessageVisibilityBatchResult(List<BatchResultErrorEntry> failed,
List<ChangeMessageVisibilityBatchResultEntry> successful) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<BatchResultErrorEntry> |
getFailed()
A list of BatchResultErrorEntry items.
|
List<ChangeMessageVisibilityBatchResultEntry> |
getSuccessful()
A list of ChangeMessageVisibilityBatchResultEntry items.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public ChangeMessageVisibilityBatchResult(List<BatchResultErrorEntry> failed, List<ChangeMessageVisibilityBatchResultEntry> successful)
public List<ChangeMessageVisibilityBatchResultEntry> getSuccessful()
public List<BatchResultErrorEntry> getFailed()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2019. All rights reserved.