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