@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTransactionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetTransactionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetTransactionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getNetwork()
 The blockchain network where the transaction occurred. | 
| String | getTransactionHash()
 The hash of a transaction. | 
| String | getTransactionId()
 The identifier of a Bitcoin transaction. | 
| int | hashCode() | 
| void | setNetwork(String network)
 The blockchain network where the transaction occurred. | 
| void | setTransactionHash(String transactionHash)
 The hash of a transaction. | 
| void | setTransactionId(String transactionId)
 The identifier of a Bitcoin transaction. | 
| String | toString()Returns a string representation of this object. | 
| GetTransactionRequest | withNetwork(QueryNetwork network)
 The blockchain network where the transaction occurred. | 
| GetTransactionRequest | withNetwork(String network)
 The blockchain network where the transaction occurred. | 
| GetTransactionRequest | withTransactionHash(String transactionHash)
 The hash of a transaction. | 
| GetTransactionRequest | withTransactionId(String transactionId)
 The identifier of a Bitcoin transaction. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTransactionHash(String transactionHash)
The hash of a transaction. It is generated when a transaction is created.
transactionHash - The hash of a transaction. It is generated when a transaction is created.public String getTransactionHash()
The hash of a transaction. It is generated when a transaction is created.
public GetTransactionRequest withTransactionHash(String transactionHash)
The hash of a transaction. It is generated when a transaction is created.
transactionHash - The hash of a transaction. It is generated when a transaction is created.public void setTransactionId(String transactionId)
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
 transactionId is only supported on the Bitcoin networks.
 
transactionId - The identifier of a Bitcoin transaction. It is generated when a transaction is created. 
        transactionId is only supported on the Bitcoin networks.
        
public String getTransactionId()
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
 transactionId is only supported on the Bitcoin networks.
 
         transactionId is only supported on the Bitcoin networks.
         
public GetTransactionRequest withTransactionId(String transactionId)
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
 transactionId is only supported on the Bitcoin networks.
 
transactionId - The identifier of a Bitcoin transaction. It is generated when a transaction is created. 
        transactionId is only supported on the Bitcoin networks.
        
public void setNetwork(String network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetworkpublic String getNetwork()
The blockchain network where the transaction occurred.
QueryNetworkpublic GetTransactionRequest withNetwork(String network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetworkpublic GetTransactionRequest withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetworkpublic String toString()
toString in class ObjectObject.toString()public GetTransactionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()