@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) |
TimingInformation |
getTimingInformation()
Contains server-side performance information for the command.
|
String |
getTransactionId()
The transaction ID of the started transaction.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
void |
setTransactionId(String transactionId)
The transaction ID of the started transaction.
|
String |
toString()
Returns a string representation of this object.
|
StartTransactionResult |
withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
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 void setTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation - Contains server-side performance information for the command.public TimingInformation getTimingInformation()
Contains server-side performance information for the command.
public StartTransactionResult withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation - Contains server-side performance information for the command.public String toString()
toString in class ObjectObject.toString()public StartTransactionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.