@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CommitTransactionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response elements represent the output of a commit transaction request.
Constructor and Description |
---|
CommitTransactionResult() |
Modifier and Type | Method and Description |
---|---|
CommitTransactionResult |
clone() |
boolean |
equals(Object obj) |
String |
getTransactionStatus()
The status of the commit operation.
|
int |
hashCode() |
void |
setTransactionStatus(String transactionStatus)
The status of the commit operation.
|
String |
toString()
Returns a string representation of this object.
|
CommitTransactionResult |
withTransactionStatus(String transactionStatus)
The status of the commit operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransactionStatus(String transactionStatus)
The status of the commit operation.
transactionStatus
- The status of the commit operation.public String getTransactionStatus()
The status of the commit operation.
public CommitTransactionResult withTransactionStatus(String transactionStatus)
The status of the commit operation.
transactionStatus
- The status of the commit operation.public String toString()
toString
in class Object
Object.toString()
public CommitTransactionResult clone()