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