|
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.SendMessageBatchResult
public class SendMessageBatchResult
Send Message Batch Result
| Constructor Summary | |
|---|---|
SendMessageBatchResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<BatchResultErrorEntry> |
getFailed()
Returns the value of the Failed property for this object. |
List<SendMessageBatchResultEntry> |
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<SendMessageBatchResultEntry> 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. |
SendMessageBatchResult |
withFailed(BatchResultErrorEntry... failed)
Sets the value of the Failed property for this object. |
SendMessageBatchResult |
withFailed(Collection<BatchResultErrorEntry> failed)
Sets the value of the Failed property for this object. |
SendMessageBatchResult |
withSuccessful(Collection<SendMessageBatchResultEntry> successful)
Sets the value of the Successful property for this object. |
SendMessageBatchResult |
withSuccessful(SendMessageBatchResultEntry... 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 SendMessageBatchResult()
| Method Detail |
|---|
public List<SendMessageBatchResultEntry> getSuccessful()
public void setSuccessful(Collection<SendMessageBatchResultEntry> successful)
successful - The new value for the Successful property for this object.public SendMessageBatchResult withSuccessful(SendMessageBatchResultEntry... 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 SendMessageBatchResult withSuccessful(Collection<SendMessageBatchResultEntry> 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 SendMessageBatchResult 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 SendMessageBatchResult 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 | ||||||