@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CommitTransactionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request parameters represent the input of a commit transaction request.
NOOP
Constructor and Description |
---|
CommitTransactionRequest() |
Modifier and Type | Method and Description |
---|---|
CommitTransactionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
String |
getSecretArn()
The name or ARN of the secret that enables access to the DB cluster.
|
String |
getTransactionId()
The identifier of the transaction to end and commit.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
void |
setSecretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
|
void |
setTransactionId(String transactionId)
The identifier of the transaction to end and commit.
|
String |
toString()
Returns a string representation of this object.
|
CommitTransactionRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
CommitTransactionRequest |
withSecretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
|
CommitTransactionRequest |
withTransactionId(String transactionId)
The identifier of the transaction to end and commit.
|
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, withSdkRequestTimeout
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
resourceArn
- The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.public String getResourceArn()
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
public CommitTransactionRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
resourceArn
- The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.public void setSecretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
secretArn
- The name or ARN of the secret that enables access to the DB cluster.public String getSecretArn()
The name or ARN of the secret that enables access to the DB cluster.
public CommitTransactionRequest withSecretArn(String secretArn)
The name or ARN of the secret that enables access to the DB cluster.
secretArn
- The name or ARN of the secret that enables access to the DB cluster.public void setTransactionId(String transactionId)
The identifier of the transaction to end and commit.
transactionId
- The identifier of the transaction to end and commit.public String getTransactionId()
The identifier of the transaction to end and commit.
public CommitTransactionRequest withTransactionId(String transactionId)
The identifier of the transaction to end and commit.
transactionId
- The identifier of the transaction to end and commit.public String toString()
toString
in class Object
Object.toString()
public CommitTransactionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()