@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 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 StartTransactionResult startTransaction()
Contains the details of the started transaction.
public EndSessionResult endSession()
Contains the details of the ended session.
public CommitTransactionResult commitTransaction()
Contains the details of the committed transaction.
public AbortTransactionResult abortTransaction()
Contains the details of the aborted transaction.
public ExecuteStatementResult executeStatement()
Contains the details of the executed statement.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.