@Generated(value="software.amazon.awssdk:codegen") public final class SendCommandResponse extends QldbSessionResponse implements ToCopyableBuilder<SendCommandResponse.Builder,SendCommandResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SendCommandResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AbortTransactionResult |
abortTransaction()
Contains the details of the aborted transaction.
|
static SendCommandResponse.Builder |
builder() |
CommitTransactionResult |
commitTransaction()
Contains the details of the committed transaction.
|
EndSessionResult |
endSession()
Contains the details of the ended session.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExecuteStatementResult |
executeStatement()
Contains the details of the executed statement.
|
FetchPageResult |
fetchPage()
Contains the details of the fetched page.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SendCommandResponse.Builder> |
serializableBuilderClass() |
StartSessionResult |
startSession()
Contains the details of the started session that includes a session token.
|
StartTransactionResult |
startTransaction()
Contains the details of the started transaction.
|
SendCommandResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StartSessionResult startSession()
Contains the details of the started session that includes a session token. This SessionToken is
required for every subsequent command that is issued during the current session.
SessionToken
is required for every subsequent command that is issued during the current session.public final StartTransactionResult startTransaction()
Contains the details of the started transaction.
public final EndSessionResult endSession()
Contains the details of the ended session.
public final CommitTransactionResult commitTransaction()
Contains the details of the committed transaction.
public final AbortTransactionResult abortTransaction()
Contains the details of the aborted transaction.
public final ExecuteStatementResult executeStatement()
Contains the details of the executed statement.
public final FetchPageResult fetchPage()
Contains the details of the fetched page.
public SendCommandResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SendCommandResponse.Builder,SendCommandResponse>toBuilder in class AwsResponsepublic static SendCommandResponse.Builder builder()
public static Class<? extends SendCommandResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.