|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sqs.model.DeleteMessageBatchResult
public class 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.
Constructor Summary | |
---|---|
DeleteMessageBatchResult()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteMessageBatchResult()
Method Detail |
---|
public List<DeleteMessageBatchResultEntry> getSuccessful()
public void setSuccessful(Collection<DeleteMessageBatchResultEntry> successful)
successful
- A list of DeleteMessageBatchResultEntry items.public DeleteMessageBatchResult withSuccessful(DeleteMessageBatchResultEntry... successful)
Returns a reference to this object so that method calls can be chained together.
successful
- A list of DeleteMessageBatchResultEntry items.
public DeleteMessageBatchResult withSuccessful(Collection<DeleteMessageBatchResultEntry> successful)
Returns a reference to this object so that method calls can be chained together.
successful
- A list of DeleteMessageBatchResultEntry items.
public List<BatchResultErrorEntry> getFailed()
public void setFailed(Collection<BatchResultErrorEntry> failed)
failed
- A list of BatchResultErrorEntry items.public DeleteMessageBatchResult withFailed(BatchResultErrorEntry... failed)
Returns a reference to this object so that method calls can be chained together.
failed
- A list of BatchResultErrorEntry items.
public DeleteMessageBatchResult 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |