@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTransactionResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of the started transaction.
| Constructor and Description |
|---|
StartTransactionResult() |
| Modifier and Type | Method and Description |
|---|---|
StartTransactionResult |
clone() |
boolean |
equals(Object obj) |
String |
getTransactionId()
The transaction id of the started transaction.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTransactionId(String transactionId)
The transaction id of the started transaction.
|
String |
toString()
Returns a string representation of this object.
|
StartTransactionResult |
withTransactionId(String transactionId)
The transaction id of the started transaction.
|
public void setTransactionId(String transactionId)
The transaction id of the started transaction.
transactionId - The transaction id of the started transaction.public String getTransactionId()
The transaction id of the started transaction.
public StartTransactionResult withTransactionId(String transactionId)
The transaction id of the started transaction.
transactionId - The transaction id of the started transaction.public String toString()
toString in class ObjectObject.toString()public StartTransactionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.