@Generated(value="software.amazon.awssdk:codegen") public final class ListTransactionEventsRequest extends ManagedBlockchainQueryRequest implements ToCopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTransactionEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTransactionEventsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of transaction events to list.
|
QueryNetwork |
network()
The blockchain network where the transaction events occurred.
|
String |
networkAsString()
The blockchain network where the transaction events occurred.
|
String |
nextToken()
The pagination token that indicates the next set of results to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTransactionEventsRequest.Builder> |
serializableBuilderClass() |
ListTransactionEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transactionHash()
The hash of the transaction.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transactionHash()
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
public final QueryNetwork network()
The blockchain network where the transaction events occurred.
If the service returns an enum value that is not available in the current SDK version, network will
return QueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
networkAsString().
QueryNetworkpublic final String networkAsString()
The blockchain network where the transaction events occurred.
If the service returns an enum value that is not available in the current SDK version, network will
return QueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
networkAsString().
QueryNetworkpublic final String nextToken()
The pagination token that indicates the next set of results to retrieve.
public final 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
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>toBuilder in class ManagedBlockchainQueryRequestpublic static ListTransactionEventsRequest.Builder builder()
public static Class<? extends ListTransactionEventsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.