Class BatchGetTokenBalanceErrorItem
- java.lang.Object
-
- software.amazon.awssdk.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>
@Generated("software.amazon.awssdk:codegen") public final class BatchGetTokenBalanceErrorItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>
Error generated from a failed
BatchGetTokenBalancerequest.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetTokenBalanceErrorItem.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.static BatchGetTokenBalanceErrorItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code associated with the error.StringerrorMessage()The message associated with the error.ErrorTypeerrorType()The type of error.StringerrorTypeAsString()The type of error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OwnerIdentifierownerIdentifier()Returns the value of the OwnerIdentifier property for this object.List<SdkField<?>>sdkFields()static Class<? extends BatchGetTokenBalanceErrorItem.Builder>serializableBuilderClass()BatchGetTokenBalanceErrorItem.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
-
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.
-
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.
-
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.
-
errorCode
public final String errorCode()
The error code associated with the error.
- Returns:
- The error code associated with the error.
-
errorMessage
public final String errorMessage()
The message associated with the error.
- Returns:
- The message associated with the error.
-
errorType
public final ErrorType errorType()
The type of error.
If the service returns an enum value that is not available in the current SDK version,
errorTypewill returnErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- The type of error.
- See Also:
ErrorType
-
errorTypeAsString
public final String errorTypeAsString()
The type of error.
If the service returns an enum value that is not available in the current SDK version,
errorTypewill returnErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- The type of error.
- See Also:
ErrorType
-
toBuilder
public BatchGetTokenBalanceErrorItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetTokenBalanceErrorItem.Builder,BatchGetTokenBalanceErrorItem>
-
builder
public static BatchGetTokenBalanceErrorItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetTokenBalanceErrorItem.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.
-
-