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