@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendCommandResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SendCommandResult() |
Modifier and Type | Method and Description |
---|---|
SendCommandResult |
clone() |
boolean |
equals(Object obj) |
AbortTransactionResult |
getAbortTransaction()
Contains the details of the aborted transaction.
|
CommitTransactionResult |
getCommitTransaction()
Contains the details of the committed transaction.
|
EndSessionResult |
getEndSession()
Contains the details of the ended session.
|
ExecuteStatementResult |
getExecuteStatement()
Contains the details of the executed statement.
|
FetchPageResult |
getFetchPage()
Contains the details of the fetched page.
|
StartSessionResult |
getStartSession()
Contains the details of the started session that includes a session token.
|
StartTransactionResult |
getStartTransaction()
Contains the details of the started transaction.
|
int |
hashCode() |
void |
setAbortTransaction(AbortTransactionResult abortTransaction)
Contains the details of the aborted transaction.
|
void |
setCommitTransaction(CommitTransactionResult commitTransaction)
Contains the details of the committed transaction.
|
void |
setEndSession(EndSessionResult endSession)
Contains the details of the ended session.
|
void |
setExecuteStatement(ExecuteStatementResult executeStatement)
Contains the details of the executed statement.
|
void |
setFetchPage(FetchPageResult fetchPage)
Contains the details of the fetched page.
|
void |
setStartSession(StartSessionResult startSession)
Contains the details of the started session that includes a session token.
|
void |
setStartTransaction(StartTransactionResult startTransaction)
Contains the details of the started transaction.
|
String |
toString()
Returns a string representation of this object.
|
SendCommandResult |
withAbortTransaction(AbortTransactionResult abortTransaction)
Contains the details of the aborted transaction.
|
SendCommandResult |
withCommitTransaction(CommitTransactionResult commitTransaction)
Contains the details of the committed transaction.
|
SendCommandResult |
withEndSession(EndSessionResult endSession)
Contains the details of the ended session.
|
SendCommandResult |
withExecuteStatement(ExecuteStatementResult executeStatement)
Contains the details of the executed statement.
|
SendCommandResult |
withFetchPage(FetchPageResult fetchPage)
Contains the details of the fetched page.
|
SendCommandResult |
withStartSession(StartSessionResult startSession)
Contains the details of the started session that includes a session token.
|
SendCommandResult |
withStartTransaction(StartTransactionResult startTransaction)
Contains the details of the started transaction.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStartSession(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.
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.public StartSessionResult getStartSession()
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 SendCommandResult withStartSession(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.
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.public void setStartTransaction(StartTransactionResult startTransaction)
Contains the details of the started transaction.
startTransaction
- Contains the details of the started transaction.public StartTransactionResult getStartTransaction()
Contains the details of the started transaction.
public SendCommandResult withStartTransaction(StartTransactionResult startTransaction)
Contains the details of the started transaction.
startTransaction
- Contains the details of the started transaction.public void setEndSession(EndSessionResult endSession)
Contains the details of the ended session.
endSession
- Contains the details of the ended session.public EndSessionResult getEndSession()
Contains the details of the ended session.
public SendCommandResult withEndSession(EndSessionResult endSession)
Contains the details of the ended session.
endSession
- Contains the details of the ended session.public void setCommitTransaction(CommitTransactionResult commitTransaction)
Contains the details of the committed transaction.
commitTransaction
- Contains the details of the committed transaction.public CommitTransactionResult getCommitTransaction()
Contains the details of the committed transaction.
public SendCommandResult withCommitTransaction(CommitTransactionResult commitTransaction)
Contains the details of the committed transaction.
commitTransaction
- Contains the details of the committed transaction.public void setAbortTransaction(AbortTransactionResult abortTransaction)
Contains the details of the aborted transaction.
abortTransaction
- Contains the details of the aborted transaction.public AbortTransactionResult getAbortTransaction()
Contains the details of the aborted transaction.
public SendCommandResult withAbortTransaction(AbortTransactionResult abortTransaction)
Contains the details of the aborted transaction.
abortTransaction
- Contains the details of the aborted transaction.public void setExecuteStatement(ExecuteStatementResult executeStatement)
Contains the details of the executed statement.
executeStatement
- Contains the details of the executed statement.public ExecuteStatementResult getExecuteStatement()
Contains the details of the executed statement.
public SendCommandResult withExecuteStatement(ExecuteStatementResult executeStatement)
Contains the details of the executed statement.
executeStatement
- Contains the details of the executed statement.public void setFetchPage(FetchPageResult fetchPage)
Contains the details of the fetched page.
fetchPage
- Contains the details of the fetched page.public FetchPageResult getFetchPage()
Contains the details of the fetched page.
public SendCommandResult withFetchPage(FetchPageResult fetchPage)
Contains the details of the fetched page.
fetchPage
- Contains the details of the fetched page.public String toString()
toString
in class Object
Object.toString()
public SendCommandResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.