@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetTokenBalanceErrorItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>
Error generated from a failed BatchGetTokenBalance request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetTokenBalanceErrorItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
BlockchainInstant |
atBlockchainInstant()
Returns the value of the AtBlockchainInstant property for this object.
|
static BatchGetTokenBalanceErrorItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code associated with the error.
|
String |
errorMessage()
The message associated with the error.
|
ErrorType |
errorType()
The type of error.
|
String |
errorTypeAsString()
The type of error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OwnerIdentifier |
ownerIdentifier()
Returns the value of the OwnerIdentifier property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetTokenBalanceErrorItem.Builder> |
serializableBuilderClass() |
BatchGetTokenBalanceErrorItem.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 TokenIdentifier tokenIdentifier()
public final OwnerIdentifier ownerIdentifier()
public final BlockchainInstant atBlockchainInstant()
public final String errorCode()
The error code associated with the error.
public final String errorMessage()
The message associated with the error.
public final ErrorType errorType()
The type of error.
If the service returns an enum value that is not available in the current SDK version, errorType will
return ErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorTypeAsString().
ErrorTypepublic final String errorTypeAsString()
The type of error.
If the service returns an enum value that is not available in the current SDK version, errorType will
return ErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorTypeAsString().
ErrorTypepublic BatchGetTokenBalanceErrorItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>public static BatchGetTokenBalanceErrorItem.Builder builder()
public static Class<? extends BatchGetTokenBalanceErrorItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.