@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public StartTransactionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.