@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransactionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTransactionResult() |
Modifier and Type | Method and Description |
---|---|
GetTransactionResult |
clone() |
boolean |
equals(Object obj) |
Transaction |
getTransaction()
Contains the details of the transaction.
|
int |
hashCode() |
void |
setTransaction(Transaction transaction)
Contains the details of the transaction.
|
String |
toString()
Returns a string representation of this object.
|
GetTransactionResult |
withTransaction(Transaction transaction)
Contains the details of the transaction.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTransaction(Transaction transaction)
Contains the details of the transaction.
transaction
- Contains the details of the transaction.public Transaction getTransaction()
Contains the details of the transaction.
public GetTransactionResult withTransaction(Transaction transaction)
Contains the details of the transaction.
transaction
- Contains the details of the transaction.public String toString()
toString
in class Object
Object.toString()
public GetTransactionResult clone()