@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetTokenBalanceOutputItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetTokenBalanceOutputItem.Builder,BatchGetTokenBalanceOutputItem>
The container for the properties of a token balance output.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetTokenBalanceOutputItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
BlockchainInstant |
atBlockchainInstant()
Returns the value of the AtBlockchainInstant property for this object.
|
String |
balance()
The container for the token balance.
|
static BatchGetTokenBalanceOutputItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BlockchainInstant |
lastUpdatedTime()
Returns the value of the LastUpdatedTime property for this object.
|
OwnerIdentifier |
ownerIdentifier()
Returns the value of the OwnerIdentifier property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetTokenBalanceOutputItem.Builder> |
serializableBuilderClass() |
BatchGetTokenBalanceOutputItem.Builder |
toBuilder() |
TokenIdentifier |
tokenIdentifier()
Returns the value of the TokenIdentifier property for this object.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OwnerIdentifier ownerIdentifier()
public final TokenIdentifier tokenIdentifier()
public final String balance()
The container for the token balance.
public final BlockchainInstant atBlockchainInstant()
public final BlockchainInstant lastUpdatedTime()
public BatchGetTokenBalanceOutputItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetTokenBalanceOutputItem.Builder,BatchGetTokenBalanceOutputItem>public static BatchGetTokenBalanceOutputItem.Builder builder()
public static Class<? extends BatchGetTokenBalanceOutputItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.