@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchExecuteStatementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response elements represent the output of a SQL statement over an array of data.
Constructor and Description |
---|
BatchExecuteStatementResult() |
Modifier and Type | Method and Description |
---|---|
BatchExecuteStatementResult |
clone() |
boolean |
equals(Object obj) |
List<UpdateResult> |
getUpdateResults()
The execution results of each batch entry.
|
int |
hashCode() |
void |
setUpdateResults(Collection<UpdateResult> updateResults)
The execution results of each batch entry.
|
String |
toString()
Returns a string representation of this object.
|
BatchExecuteStatementResult |
withUpdateResults(Collection<UpdateResult> updateResults)
The execution results of each batch entry.
|
BatchExecuteStatementResult |
withUpdateResults(UpdateResult... updateResults)
The execution results of each batch entry.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UpdateResult> getUpdateResults()
The execution results of each batch entry.
public void setUpdateResults(Collection<UpdateResult> updateResults)
The execution results of each batch entry.
updateResults
- The execution results of each batch entry.public BatchExecuteStatementResult withUpdateResults(UpdateResult... updateResults)
The execution results of each batch entry.
NOTE: This method appends the values to the existing list (if any). Use
setUpdateResults(java.util.Collection)
or withUpdateResults(java.util.Collection)
if you want
to override the existing values.
updateResults
- The execution results of each batch entry.public BatchExecuteStatementResult withUpdateResults(Collection<UpdateResult> updateResults)
The execution results of each batch entry.
updateResults
- The execution results of each batch entry.public String toString()
toString
in class Object
Object.toString()
public BatchExecuteStatementResult clone()