@Generated(value="software.amazon.awssdk:codegen") public final class GetTokenBalanceRequest extends ManagedBlockchainQueryRequest implements ToCopyableBuilder<GetTokenBalanceRequest.Builder,GetTokenBalanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTokenBalanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
BlockchainInstant |
atBlockchainInstant()
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
static GetTokenBalanceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OwnerIdentifier |
ownerIdentifier()
The container for the identifier for the owner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTokenBalanceRequest.Builder> |
serializableBuilderClass() |
GetTokenBalanceRequest.Builder |
toBuilder() |
TokenIdentifier |
tokenIdentifier()
The container for the identifier for the token, including the unique token ID and its blockchain network.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TokenIdentifier tokenIdentifier()
The container for the identifier for the token, including the unique token ID and its blockchain network.
public final OwnerIdentifier ownerIdentifier()
The container for the identifier for the owner.
public final BlockchainInstant atBlockchainInstant()
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
This time will only be recorded up to the second.
This time will only be recorded up to the second.
public GetTokenBalanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTokenBalanceRequest.Builder,GetTokenBalanceRequest>toBuilder in class ManagedBlockchainQueryRequestpublic static GetTokenBalanceRequest.Builder builder()
public static Class<? extends GetTokenBalanceRequest.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.