@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteTransactionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExecuteTransactionRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteTransactionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Set this value to get remaining results, if
NextToken was returned in the statement response. |
String |
getReturnConsumedCapacity()
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
|
List<ParameterizedStatement> |
getTransactStatements()
The list of PartiQL statements representing the transaction to run.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Set this value to get remaining results, if
NextToken was returned in the statement response. |
void |
setReturnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
|
void |
setTransactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteTransactionRequest |
withClientRequestToken(String clientRequestToken)
Set this value to get remaining results, if
NextToken was returned in the statement response. |
ExecuteTransactionRequest |
withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
|
ExecuteTransactionRequest |
withReturnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in
the response.
|
ExecuteTransactionRequest |
withTransactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
|
ExecuteTransactionRequest |
withTransactStatements(ParameterizedStatement... transactStatements)
The list of PartiQL statements representing the transaction 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<ParameterizedStatement> getTransactStatements()
The list of PartiQL statements representing the transaction to run.
public void setTransactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
transactStatements
- The list of PartiQL statements representing the transaction to run.public ExecuteTransactionRequest withTransactStatements(ParameterizedStatement... transactStatements)
The list of PartiQL statements representing the transaction to run.
NOTE: This method appends the values to the existing list (if any). Use
setTransactStatements(java.util.Collection)
or withTransactStatements(java.util.Collection)
if
you want to override the existing values.
transactStatements
- The list of PartiQL statements representing the transaction to run.public ExecuteTransactionRequest withTransactStatements(Collection<ParameterizedStatement> transactStatements)
The list of PartiQL statements representing the transaction to run.
transactStatements
- The list of PartiQL statements representing the transaction to run.public void setClientRequestToken(String clientRequestToken)
Set this value to get remaining results, if NextToken
was returned in the statement response.
clientRequestToken
- Set this value to get remaining results, if NextToken
was returned in the statement response.public String getClientRequestToken()
Set this value to get remaining results, if NextToken
was returned in the statement response.
NextToken
was returned in the statement
response.public ExecuteTransactionRequest withClientRequestToken(String clientRequestToken)
Set this value to get remaining results, if NextToken
was returned in the statement response.
clientRequestToken
- Set this value to get remaining results, if NextToken
was returned in the statement response.public void setReturnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
returnConsumedCapacity
- Determines the level of detail about either provisioned or on-demand throughput consumption that is
returned in the response. For more information, see TransactGetItems and TransactWriteItems.ReturnConsumedCapacity
public String getReturnConsumedCapacity()
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
ReturnConsumedCapacity
public ExecuteTransactionRequest withReturnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
returnConsumedCapacity
- Determines the level of detail about either provisioned or on-demand throughput consumption that is
returned in the response. For more information, see TransactGetItems and TransactWriteItems.ReturnConsumedCapacity
public ExecuteTransactionRequest withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
returnConsumedCapacity
- Determines the level of detail about either provisioned or on-demand throughput consumption that is
returned in the response. For more information, see TransactGetItems and TransactWriteItems.ReturnConsumedCapacity
public String toString()
toString
in class Object
Object.toString()
public ExecuteTransactionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.