@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. |
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 |
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 |
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 String toString()
toString
in class Object
Object.toString()
public ExecuteTransactionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.