|
Did this page help you?Yes No Tell us about it... |
||||||
| 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
Delete Message Batch Result
| Constructor Summary | |
|---|---|
DeleteMessageBatchResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<BatchResultErrorEntry> |
getFailed()
Returns the value of the Failed property for this object. |
List<DeleteMessageBatchResultEntry> |
getSuccessful()
Returns the value of the Successful property for this object. |
int |
hashCode()
|
void |
setFailed(Collection<BatchResultErrorEntry> failed)
Sets the value of the Failed property for this object. |
void |
setSuccessful(Collection<DeleteMessageBatchResultEntry> successful)
Sets the value of the Successful property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteMessageBatchResult |
withFailed(BatchResultErrorEntry... failed)
Sets the value of the Failed property for this object. |
DeleteMessageBatchResult |
withFailed(Collection<BatchResultErrorEntry> failed)
Sets the value of the Failed property for this object. |
DeleteMessageBatchResult |
withSuccessful(Collection<DeleteMessageBatchResultEntry> successful)
Sets the value of the Successful property for this object. |
DeleteMessageBatchResult |
withSuccessful(DeleteMessageBatchResultEntry... successful)
Sets the value of the Successful property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteMessageBatchResult()
| Method Detail |
|---|
public List<DeleteMessageBatchResultEntry> getSuccessful()
public void setSuccessful(Collection<DeleteMessageBatchResultEntry> successful)
successful - The new value for the Successful property for this object.public DeleteMessageBatchResult withSuccessful(DeleteMessageBatchResultEntry... successful)
Returns a reference to this object so that method calls can be chained together.
successful - The new value for the Successful property for this object.public DeleteMessageBatchResult withSuccessful(Collection<DeleteMessageBatchResultEntry> successful)
Returns a reference to this object so that method calls can be chained together.
successful - The new value for the Successful property for this object.public List<BatchResultErrorEntry> getFailed()
public void setFailed(Collection<BatchResultErrorEntry> failed)
failed - The new value for the Failed property for this object.public DeleteMessageBatchResult withFailed(BatchResultErrorEntry... failed)
Returns a reference to this object so that method calls can be chained together.
failed - The new value for the Failed property for this object.public DeleteMessageBatchResult withFailed(Collection<BatchResultErrorEntry> failed)
Returns a reference to this object so that method calls can be chained together.
failed - The new value for the Failed property for this object.public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||