@Generated(value="software.amazon.awssdk:codegen") public final class ListTokenBalancesRequest extends ManagedBlockchainQueryRequest implements ToCopyableBuilder<ListTokenBalancesRequest.Builder,ListTokenBalancesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTokenBalancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTokenBalancesRequest.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 token balances to return.
|
String |
nextToken()
The pagination token that indicates the next set of results to retrieve.
|
OwnerFilter |
ownerFilter()
The contract or wallet address on the blockchain network by which to filter the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTokenBalancesRequest.Builder> |
serializableBuilderClass() |
ListTokenBalancesRequest.Builder |
toBuilder() |
TokenFilter |
tokenFilter()
The contract address or a token identifier on the blockchain network by which to filter the request.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OwnerFilter ownerFilter()
The contract or wallet address on the blockchain network by which to filter the request. You must specify the
address property of the ownerFilter when listing balances of tokens owned by the
address.
address property of the ownerFilter when listing balances of tokens owned
by the address.public final TokenFilter tokenFilter()
The contract address or a token identifier on the blockchain network by which to filter the request. You must specify the contractAddress property of this container when listing tokens minted by a contract.
You must always specify the network property of this container when using this operation.
You must always specify the network property of this container when using this operation.
public final String nextToken()
The pagination token that indicates the next set of results to retrieve.
public final Integer maxResults()
The maximum number of token balances to return.
public ListTokenBalancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTokenBalancesRequest.Builder,ListTokenBalancesRequest>toBuilder in class ManagedBlockchainQueryRequestpublic static ListTokenBalancesRequest.Builder builder()
public static Class<? extends ListTokenBalancesRequest.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.