@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchWriteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchWriteResult() |
Modifier and Type | Method and Description |
---|---|
BatchWriteResult |
clone() |
boolean |
equals(Object obj) |
List<BatchWriteOperationResponse> |
getResponses()
A list of all the responses for each batch write.
|
int |
hashCode() |
void |
setResponses(Collection<BatchWriteOperationResponse> responses)
A list of all the responses for each batch write.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchWriteResult |
withResponses(BatchWriteOperationResponse... responses)
A list of all the responses for each batch write.
|
BatchWriteResult |
withResponses(Collection<BatchWriteOperationResponse> responses)
A list of all the responses for each batch write.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchWriteOperationResponse> getResponses()
A list of all the responses for each batch write.
public void setResponses(Collection<BatchWriteOperationResponse> responses)
A list of all the responses for each batch write.
responses
- A list of all the responses for each batch write.public BatchWriteResult withResponses(BatchWriteOperationResponse... responses)
A list of all the responses for each batch write.
NOTE: This method appends the values to the existing list (if any). Use
setResponses(java.util.Collection)
or withResponses(java.util.Collection)
if you want to
override the existing values.
responses
- A list of all the responses for each batch write.public BatchWriteResult withResponses(Collection<BatchWriteOperationResponse> responses)
A list of all the responses for each batch write.
responses
- A list of all the responses for each batch write.public String toString()
toString
in class Object
Object.toString()
public BatchWriteResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.