Class BatchGetTokenBalanceOutputItem
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetTokenBalanceOutputItem.Builder,BatchGetTokenBalanceOutputItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetTokenBalanceOutputItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainInstantatBlockchainInstant()Returns the value of the AtBlockchainInstant property for this object.Stringbalance()The container for the token balance.static BatchGetTokenBalanceOutputItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BlockchainInstantlastUpdatedTime()Returns the value of the LastUpdatedTime property for this object.OwnerIdentifierownerIdentifier()Returns the value of the OwnerIdentifier property for this object.List<SdkField<?>>sdkFields()static Class<? extends BatchGetTokenBalanceOutputItem.Builder>serializableBuilderClass()BatchGetTokenBalanceOutputItem.BuildertoBuilder()TokenIdentifiertokenIdentifier()Returns the value of the TokenIdentifier property for this object.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
-
ownerIdentifier
public final OwnerIdentifier ownerIdentifier()
Returns the value of the OwnerIdentifier property for this object.- Returns:
- The value of the OwnerIdentifier property for this object.
-
tokenIdentifier
public final TokenIdentifier tokenIdentifier()
Returns the value of the TokenIdentifier property for this object.- Returns:
- The value of the TokenIdentifier property for this object.
-
balance
public final String balance()
The container for the token balance.
- Returns:
- The container for the token balance.
-
atBlockchainInstant
public final BlockchainInstant atBlockchainInstant()
Returns the value of the AtBlockchainInstant property for this object.- Returns:
- The value of the AtBlockchainInstant property for this object.
-
lastUpdatedTime
public final BlockchainInstant lastUpdatedTime()
Returns the value of the LastUpdatedTime property for this object.- Returns:
- The value of the LastUpdatedTime property for this object.
-
toBuilder
public BatchGetTokenBalanceOutputItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetTokenBalanceOutputItem.Builder,BatchGetTokenBalanceOutputItem>
-
builder
public static BatchGetTokenBalanceOutputItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetTokenBalanceOutputItem.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.
-
-