public 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() |
public List<ChangeMessageVisibilityBatchResultEntry> getSuccessful()
public void setSuccessful(Collection<ChangeMessageVisibilityBatchResultEntry> successful)
successful - A list of ChangeMessageVisibilityBatchResultEntry items.public ChangeMessageVisibilityBatchResult withSuccessful(ChangeMessageVisibilityBatchResultEntry... successful)
Returns a reference to this object so that method calls can be chained together.
successful - A list of ChangeMessageVisibilityBatchResultEntry items.public ChangeMessageVisibilityBatchResult withSuccessful(Collection<ChangeMessageVisibilityBatchResultEntry> successful)
Returns a reference to this object so that method calls can be chained together.
successful - A list of ChangeMessageVisibilityBatchResultEntry items.public List<BatchResultErrorEntry> getFailed()
public void setFailed(Collection<BatchResultErrorEntry> failed)
failed - A list of BatchResultErrorEntry items.public ChangeMessageVisibilityBatchResult withFailed(BatchResultErrorEntry... failed)
Returns a reference to this object so that method calls can be chained together.
failed - A list of BatchResultErrorEntry items.public ChangeMessageVisibilityBatchResult withFailed(Collection<BatchResultErrorEntry> failed)
Returns a reference to this object so that method calls can be chained together.
failed - A list of BatchResultErrorEntry items.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.