@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetAssetPropertyValueHistoryErrorEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetAssetPropertyValueHistoryErrorEntry.Builder,BatchGetAssetPropertyValueHistoryErrorEntry>
A list of the errors (if any) associated with the batch request. Each error entry contains the entryId
of the entry that failed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetAssetPropertyValueHistoryErrorEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyValueHistoryErrorEntry.Builder |
builder() |
String |
entryId()
The ID of the entry.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchGetAssetPropertyValueHistoryErrorCode |
errorCode()
The error code.
|
String |
errorCodeAsString()
The error code.
|
String |
errorMessage()
The associated error message.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetAssetPropertyValueHistoryErrorEntry.Builder> |
serializableBuilderClass() |
BatchGetAssetPropertyValueHistoryErrorEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BatchGetAssetPropertyValueHistoryErrorCode errorCode()
The error code.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return BatchGetAssetPropertyValueHistoryErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from errorCodeAsString().
BatchGetAssetPropertyValueHistoryErrorCodepublic final String errorCodeAsString()
The error code.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return BatchGetAssetPropertyValueHistoryErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from errorCodeAsString().
BatchGetAssetPropertyValueHistoryErrorCodepublic final String errorMessage()
The associated error message.
public final String entryId()
The ID of the entry.
public BatchGetAssetPropertyValueHistoryErrorEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetAssetPropertyValueHistoryErrorEntry.Builder,BatchGetAssetPropertyValueHistoryErrorEntry>public static BatchGetAssetPropertyValueHistoryErrorEntry.Builder builder()
public static Class<? extends BatchGetAssetPropertyValueHistoryErrorEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.