@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() |
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, copyBaseTo, 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, withSdkRequestTimeout
public 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
- ReturnConsumedCapacity
public String getReturnConsumedCapacity()
ReturnConsumedCapacity
public BatchExecuteStatementRequest withReturnConsumedCapacity(String returnConsumedCapacity)
returnConsumedCapacity
- ReturnConsumedCapacity
public BatchExecuteStatementRequest withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
returnConsumedCapacity
- ReturnConsumedCapacity
public String toString()
toString
in class Object
Object.toString()
public BatchExecuteStatementRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.