@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BeginTransactionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response elements represent the output of a request to start a SQL transaction.
Constructor and Description |
---|
BeginTransactionResult() |
Modifier and Type | Method and Description |
---|---|
BeginTransactionResult |
clone() |
boolean |
equals(Object obj) |
String |
getTransactionId()
The transaction ID of the transaction started by the call.
|
int |
hashCode() |
void |
setTransactionId(String transactionId)
The transaction ID of the transaction started by the call.
|
String |
toString()
Returns a string representation of this object.
|
BeginTransactionResult |
withTransactionId(String transactionId)
The transaction ID of the transaction started by the call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransactionId(String transactionId)
The transaction ID of the transaction started by the call.
transactionId
- The transaction ID of the transaction started by the call.public String getTransactionId()
The transaction ID of the transaction started by the call.
public BeginTransactionResult withTransactionId(String transactionId)
The transaction ID of the transaction started by the call.
transactionId
- The transaction ID of the transaction started by the call.public String toString()
toString
in class Object
Object.toString()
public BeginTransactionResult clone()