@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTransactionEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTransactionEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTransactionEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of transaction events to list.
|
String |
getNetwork()
The blockchain network where the transaction events occurred.
|
String |
getNextToken()
The pagination token that indicates the next set of results to retrieve.
|
String |
getTransactionHash()
The hash of the transaction.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of transaction events to list.
|
void |
setNetwork(String network)
The blockchain network where the transaction events occurred.
|
void |
setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
void |
setTransactionHash(String transactionHash)
The hash of the transaction.
|
String |
toString()
Returns a string representation of this object.
|
ListTransactionEventsRequest |
withMaxResults(Integer maxResults)
The maximum number of transaction events to list.
|
ListTransactionEventsRequest |
withNetwork(QueryNetwork network)
The blockchain network where the transaction events occurred.
|
ListTransactionEventsRequest |
withNetwork(String network)
The blockchain network where the transaction events occurred.
|
ListTransactionEventsRequest |
withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListTransactionEventsRequest |
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 ListTransactionEventsRequest 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 events occurred.
network - The blockchain network where the transaction events occurred.QueryNetworkpublic String getNetwork()
The blockchain network where the transaction events occurred.
QueryNetworkpublic ListTransactionEventsRequest withNetwork(String network)
The blockchain network where the transaction events occurred.
network - The blockchain network where the transaction events occurred.QueryNetworkpublic ListTransactionEventsRequest withNetwork(QueryNetwork network)
The blockchain network where the transaction events occurred.
network - The blockchain network where the transaction events occurred.QueryNetworkpublic void setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.public String getNextToken()
The pagination token that indicates the next set of results to retrieve.
public ListTransactionEventsRequest withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.public void setMaxResults(Integer maxResults)
The maximum number of transaction events to list.
Even if additional results can be retrieved, the request can return less results than maxResults or
an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value. The
value of nextToken is null when there are no more results to return
maxResults - The maximum number of transaction events to list.
Even if additional results can be retrieved, the request can return less results than
maxResults or an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value.
The value of nextToken is null when there are no more results to return
public Integer getMaxResults()
The maximum number of transaction events to list.
Even if additional results can be retrieved, the request can return less results than maxResults or
an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value. The
value of nextToken is null when there are no more results to return
Even if additional results can be retrieved, the request can return less results than
maxResults or an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value.
The value of nextToken is null when there are no more results to return
public ListTransactionEventsRequest withMaxResults(Integer maxResults)
The maximum number of transaction events to list.
Even if additional results can be retrieved, the request can return less results than maxResults or
an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value. The
value of nextToken is null when there are no more results to return
maxResults - The maximum number of transaction events to list.
Even if additional results can be retrieved, the request can return less results than
maxResults or an empty array of results.
To retrieve the next set of results, make another request with the returned nextToken value.
The value of nextToken is null when there are no more results to return
public String toString()
toString in class ObjectObject.toString()public ListTransactionEventsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()