Class ListTransactionEventsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.managedblockchainquery.model.ManagedBlockchainQueryRequest
-
- software.amazon.awssdk.services.managedblockchainquery.model.ListTransactionEventsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTransactionEventsRequest extends ManagedBlockchainQueryRequest implements ToCopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTransactionEventsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTransactionEventsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of transaction events to list.QueryNetworknetwork()The blockchain network where the transaction events occurred.StringnetworkAsString()The blockchain network where the transaction events occurred.StringnextToken()The pagination token that indicates the next set of results to retrieve.List<SdkField<?>>sdkFields()static Class<? extends ListTransactionEventsRequest.Builder>serializableBuilderClass()ListTransactionEventsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransactionHash()The hash of a transaction.StringtransactionId()The identifier of a Bitcoin transaction.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
transactionHash
public final String transactionHash()
The hash of a transaction. It is generated when a transaction is created.
- Returns:
- The hash of a transaction. It is generated when a transaction is created.
-
transactionId
public final String transactionId()
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
transactionIdis only supported on the Bitcoin networks.- Returns:
- The identifier of a Bitcoin transaction. It is generated when a transaction is created.
transactionIdis only supported on the Bitcoin networks.
-
network
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,
networkwill returnQueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnetworkAsString().- Returns:
- The blockchain network where the transaction events occurred.
- See Also:
QueryNetwork
-
networkAsString
public 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,
networkwill returnQueryNetwork.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnetworkAsString().- Returns:
- The blockchain network where the transaction events occurred.
- See Also:
QueryNetwork
-
nextToken
public final String nextToken()
The pagination token that indicates the next set of results to retrieve.
- Returns:
- The pagination token that indicates the next set of results to retrieve.
-
maxResults
public final Integer maxResults()
The maximum number of transaction events to list.
Default:
100Even if additional results can be retrieved, the request can return less results than
maxResultsor an empty array of results.To retrieve the next set of results, make another request with the returned
nextTokenvalue. The value ofnextTokenisnullwhen there are no more results to return- Returns:
- The maximum number of transaction events to list.
Default:
100Even if additional results can be retrieved, the request can return less results than
maxResultsor an empty array of results.To retrieve the next set of results, make another request with the returned
nextTokenvalue. The value ofnextTokenisnullwhen there are no more results to return
-
toBuilder
public ListTransactionEventsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTransactionEventsRequest.Builder,ListTransactionEventsRequest>- Specified by:
toBuilderin classManagedBlockchainQueryRequest
-
builder
public static ListTransactionEventsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTransactionEventsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-