Class ContractFilter
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchainquery.model.ContractFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContractFilter.Builder,ContractFilter>
@Generated("software.amazon.awssdk:codegen") public final class ContractFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContractFilter.Builder,ContractFilter>
The contract or wallet address by which to filter the request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContractFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContractFilter.Builderbuilder()StringdeployerAddress()The network address of the deployer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QueryNetworknetwork()The blockchain network of the contract.StringnetworkAsString()The blockchain network of the contract.List<SdkField<?>>sdkFields()static Class<? extends ContractFilter.Builder>serializableBuilderClass()ContractFilter.BuildertoBuilder()QueryTokenStandardtokenStandard()The container for the token standard.StringtokenStandardAsString()The container for the token standard.StringtoString()Returns a string representation of this object.-
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
-
network
public final QueryNetwork network()
The blockchain network of the contract.
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 of the contract.
- See Also:
QueryNetwork
-
networkAsString
public final String networkAsString()
The blockchain network of the contract.
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 of the contract.
- See Also:
QueryNetwork
-
tokenStandard
public final QueryTokenStandard tokenStandard()
The container for the token standard.
If the service returns an enum value that is not available in the current SDK version,
tokenStandardwill returnQueryTokenStandard.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtokenStandardAsString().- Returns:
- The container for the token standard.
- See Also:
QueryTokenStandard
-
tokenStandardAsString
public final String tokenStandardAsString()
The container for the token standard.
If the service returns an enum value that is not available in the current SDK version,
tokenStandardwill returnQueryTokenStandard.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtokenStandardAsString().- Returns:
- The container for the token standard.
- See Also:
QueryTokenStandard
-
deployerAddress
public final String deployerAddress()
The network address of the deployer.
- Returns:
- The network address of the deployer.
-
toBuilder
public ContractFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContractFilter.Builder,ContractFilter>
-
builder
public static ContractFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContractFilter.Builder> serializableBuilderClass()
-
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.
-
-