@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetAssetPropertyValueErrorEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetAssetPropertyValueErrorEntry.Builder,BatchGetAssetPropertyValueErrorEntry>
Contains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetAssetPropertyValueErrorEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyValueErrorEntry.Builder |
builder() |
String |
entryId()
The ID of the entry.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchGetAssetPropertyValueErrorCode |
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 BatchGetAssetPropertyValueErrorEntry.Builder> |
serializableBuilderClass() |
BatchGetAssetPropertyValueErrorEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BatchGetAssetPropertyValueErrorCode errorCode()
The error code.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return BatchGetAssetPropertyValueErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from errorCodeAsString().
BatchGetAssetPropertyValueErrorCodepublic 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 BatchGetAssetPropertyValueErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from errorCodeAsString().
BatchGetAssetPropertyValueErrorCodepublic final String errorMessage()
The associated error message.
public final String entryId()
The ID of the entry.
public BatchGetAssetPropertyValueErrorEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetAssetPropertyValueErrorEntry.Builder,BatchGetAssetPropertyValueErrorEntry>public static BatchGetAssetPropertyValueErrorEntry.Builder builder()
public static Class<? extends BatchGetAssetPropertyValueErrorEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.