@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbortTransactionResult extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of the aborted transaction.
Constructor and Description |
---|
AbortTransactionResult() |
Modifier and Type | Method and Description |
---|---|
AbortTransactionResult |
clone() |
boolean |
equals(Object obj) |
TimingInformation |
getTimingInformation()
Contains server-side performance information for the command.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
AbortTransactionResult |
withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
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 AbortTransactionResult 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 Object
Object.toString()
public AbortTransactionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.