|
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(java.lang.Object obj)
|
java.util.List<BatchResultErrorEntry> |
getFailed()
Returns the value of the Failed property for this object. |
java.util.List<DeleteMessageBatchResultEntry> |
getSuccessful()
Returns the value of the Successful property for this object. |
int |
hashCode()
|
void |
setFailed(java.util.Collection<BatchResultErrorEntry> failed)
Sets the value of the Failed property for this object. |
void |
setSuccessful(java.util.Collection<DeleteMessageBatchResultEntry> successful)
Sets the value of the Successful property for this object. |
java.lang.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(java.util.Collection<BatchResultErrorEntry> failed)
Sets the value of the Failed property for this object. |
DeleteMessageBatchResult |
withSuccessful(java.util.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 java.util.List<DeleteMessageBatchResultEntry> getSuccessful()
public void setSuccessful(java.util.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(java.util.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 java.util.List<BatchResultErrorEntry> getFailed()
public void setFailed(java.util.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(java.util.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 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 |