@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetAssetPropertyValueHistorySkippedEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetAssetPropertyValueHistorySkippedEntry.Builder,BatchGetAssetPropertyValueHistorySkippedEntry>
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValueHistory request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetAssetPropertyValueHistorySkippedEntry.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entryId()
The ID of the entry.
public final BatchEntryCompletionStatus completionStatus()
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
If the service returns an enum value that is not available in the current SDK version, completionStatus
will return BatchEntryCompletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from completionStatusAsString().
BatchEntryCompletionStatuspublic final String completionStatusAsString()
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
If the service returns an enum value that is not available in the current SDK version, completionStatus
will return BatchEntryCompletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from completionStatusAsString().
BatchEntryCompletionStatuspublic final BatchGetAssetPropertyValueHistoryErrorInfo errorInfo()
The error information, such as the error code and the timestamp.
public BatchGetAssetPropertyValueHistorySkippedEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetAssetPropertyValueHistorySkippedEntry.Builder,BatchGetAssetPropertyValueHistorySkippedEntry>public static BatchGetAssetPropertyValueHistorySkippedEntry.Builder builder()
public static Class<? extends BatchGetAssetPropertyValueHistorySkippedEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.