@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 the transaction. 
 | 
int | 
hashCode()  | 
void | 
setNetwork(String network)
 The blockchain network where the transaction occurred. 
 | 
void | 
setTransactionHash(String transactionHash)
 The hash of the 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 the 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 the transaction. It is generated whenever a transaction is verified and added to the blockchain.
transactionHash - The hash of the transaction. It is generated whenever a transaction is verified and added to the
        blockchain.public String getTransactionHash()
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
public GetTransactionRequest withTransactionHash(String transactionHash)
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
transactionHash - The hash of the transaction. It is generated whenever a transaction is verified and added to the
        blockchain.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()