@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetAssetPropertyValueErrorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetAssetPropertyValueErrorInfo.Builder,BatchGetAssetPropertyValueErrorInfo>
The error information, such as the error code and the timestamp.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetAssetPropertyValueErrorInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyValueErrorInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchGetAssetPropertyValueErrorCode |
errorCode()
The error code.
|
String |
errorCodeAsString()
The error code.
|
Instant |
errorTimestamp()
The date the error occurred, in Unix epoch time.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetAssetPropertyValueErrorInfo.Builder> |
serializableBuilderClass() |
BatchGetAssetPropertyValueErrorInfo.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 Instant errorTimestamp()
The date the error occurred, in Unix epoch time.
public BatchGetAssetPropertyValueErrorInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetAssetPropertyValueErrorInfo.Builder,BatchGetAssetPropertyValueErrorInfo>public static BatchGetAssetPropertyValueErrorInfo.Builder builder()
public static Class<? extends BatchGetAssetPropertyValueErrorInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.