@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 a transaction.
|
String |
getTransactionId()
The identifier of a Bitcoin 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 a transaction.
|
void |
setTransactionId(String transactionId)
The identifier of a Bitcoin 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 a transaction.
|
ListTransactionEventsRequest |
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, withSdkRequestTimeout
public 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 ListTransactionEventsRequest 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 ListTransactionEventsRequest 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 events occurred.
network
- The blockchain network where the transaction events occurred.QueryNetwork
public String getNetwork()
The blockchain network where the transaction events occurred.
QueryNetwork
public ListTransactionEventsRequest withNetwork(String network)
The blockchain network where the transaction events occurred.
network
- The blockchain network where the transaction events occurred.QueryNetwork
public ListTransactionEventsRequest withNetwork(QueryNetwork network)
The blockchain network where the transaction events occurred.
network
- The blockchain network where the transaction events occurred.QueryNetwork
public 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.
Default: 100
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.
Default: 100
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.
Default: 100
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
Default: 100
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.
Default: 100
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.
Default: 100
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 Object
Object.toString()
public ListTransactionEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()