@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchExecuteStatementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
BatchExecuteStatementRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchExecuteStatementRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getReturnConsumedCapacity()  | 
List<BatchStatementRequest> | 
getStatements()
 The list of PartiQL statements representing the batch to run. 
 | 
int | 
hashCode()  | 
void | 
setReturnConsumedCapacity(String returnConsumedCapacity)  | 
void | 
setStatements(Collection<BatchStatementRequest> statements)
 The list of PartiQL statements representing the batch to run. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchExecuteStatementRequest | 
withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)  | 
BatchExecuteStatementRequest | 
withReturnConsumedCapacity(String returnConsumedCapacity)  | 
BatchExecuteStatementRequest | 
withStatements(BatchStatementRequest... statements)
 The list of PartiQL statements representing the batch to run. 
 | 
BatchExecuteStatementRequest | 
withStatements(Collection<BatchStatementRequest> statements)
 The list of PartiQL statements representing the batch to run. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<BatchStatementRequest> getStatements()
The list of PartiQL statements representing the batch to run.
public void setStatements(Collection<BatchStatementRequest> statements)
The list of PartiQL statements representing the batch to run.
statements - The list of PartiQL statements representing the batch to run.public BatchExecuteStatementRequest withStatements(BatchStatementRequest... statements)
The list of PartiQL statements representing the batch to run.
 NOTE: This method appends the values to the existing list (if any). Use
 setStatements(java.util.Collection) or withStatements(java.util.Collection) if you want to
 override the existing values.
 
statements - The list of PartiQL statements representing the batch to run.public BatchExecuteStatementRequest withStatements(Collection<BatchStatementRequest> statements)
The list of PartiQL statements representing the batch to run.
statements - The list of PartiQL statements representing the batch to run.public void setReturnConsumedCapacity(String returnConsumedCapacity)
returnConsumedCapacity - ReturnConsumedCapacitypublic String getReturnConsumedCapacity()
ReturnConsumedCapacitypublic BatchExecuteStatementRequest withReturnConsumedCapacity(String returnConsumedCapacity)
returnConsumedCapacity - ReturnConsumedCapacitypublic BatchExecuteStatementRequest withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
returnConsumedCapacity - ReturnConsumedCapacitypublic String toString()
toString in class ObjectObject.toString()public BatchExecuteStatementRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()