Class GetTransactionRequest
- 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.GetTransactionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTransactionRequest.Builder,GetTransactionRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetTransactionRequest extends ManagedBlockchainQueryRequest implements ToCopyableBuilder<GetTransactionRequest.Builder,GetTransactionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTransactionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTransactionRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QueryNetworknetwork()The blockchain network where the transaction occurred.StringnetworkAsString()The blockchain network where the transaction occurred.List<SdkField<?>>sdkFields()static Class<? extends GetTransactionRequest.Builder>serializableBuilderClass()GetTransactionRequest.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 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 occurred.
- See Also:
QueryNetwork
-
networkAsString
public final String networkAsString()
The blockchain network where the transaction 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 occurred.
- See Also:
QueryNetwork
-
toBuilder
public GetTransactionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTransactionRequest.Builder,GetTransactionRequest>- Specified by:
toBuilderin classManagedBlockchainQueryRequest
-
builder
public static GetTransactionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTransactionRequest.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
-
-