@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchExecuteStatementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| BatchExecuteStatementResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchExecuteStatementResult | clone() | 
| boolean | equals(Object obj) | 
| List<BatchStatementResponse> | getResponses()
 The response to each PartiQL statement in the batch. | 
| int | hashCode() | 
| void | setResponses(Collection<BatchStatementResponse> responses)
 The response to each PartiQL statement in the batch. | 
| String | toString()Returns a string representation of this object. | 
| BatchExecuteStatementResult | withResponses(BatchStatementResponse... responses)
 The response to each PartiQL statement in the batch. | 
| BatchExecuteStatementResult | withResponses(Collection<BatchStatementResponse> responses)
 The response to each PartiQL statement in the batch. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchStatementResponse> getResponses()
The response to each PartiQL statement in the batch.
public void setResponses(Collection<BatchStatementResponse> responses)
The response to each PartiQL statement in the batch.
responses - The response to each PartiQL statement in the batch.public BatchExecuteStatementResult withResponses(BatchStatementResponse... responses)
The response to each PartiQL statement in the batch.
 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 - The response to each PartiQL statement in the batch.public BatchExecuteStatementResult withResponses(Collection<BatchStatementResponse> responses)
The response to each PartiQL statement in the batch.
responses - The response to each PartiQL statement in the batch.public String toString()
toString in class ObjectObject.toString()public BatchExecuteStatementResult clone()