Class GetTokenBalanceResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.managedblockchainquery.model.ManagedBlockchainQueryResponse
-
- software.amazon.awssdk.services.managedblockchainquery.model.GetTokenBalanceResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTokenBalanceResponse.Builder,GetTokenBalanceResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetTokenBalanceResponse extends ManagedBlockchainQueryResponse implements ToCopyableBuilder<GetTokenBalanceResponse.Builder,GetTokenBalanceResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTokenBalanceResponse.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 GetTokenBalanceResponse.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 GetTokenBalanceResponse.Builder>serializableBuilderClass()GetTokenBalanceResponse.BuildertoBuilder()TokenIdentifiertokenIdentifier()Returns the value of the TokenIdentifier property for this object.StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.managedblockchainquery.model.ManagedBlockchainQueryResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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 GetTokenBalanceResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTokenBalanceResponse.Builder,GetTokenBalanceResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetTokenBalanceResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTokenBalanceResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-