@Generated(value="software.amazon.awssdk:codegen") public final class RollbackTransactionRequest extends RdsDataRequest implements ToCopyableBuilder<RollbackTransactionRequest.Builder,RollbackTransactionRequest>
The request parameters represent the input of a request to perform a rollback of a transaction.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RollbackTransactionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RollbackTransactionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The name or ARN of the secret that enables access to the DB cluster.
|
static Class<? extends RollbackTransactionRequest.Builder> |
serializableBuilderClass() |
RollbackTransactionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transactionId()
The identifier of the transaction to roll back.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
public final String secretArn()
The name or ARN of the secret that enables access to the DB cluster.
public final String transactionId()
The identifier of the transaction to roll back.
public RollbackTransactionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RollbackTransactionRequest.Builder,RollbackTransactionRequest>toBuilder in class RdsDataRequestpublic static RollbackTransactionRequest.Builder builder()
public static Class<? extends RollbackTransactionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.