@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetAssetPropertyAggregatesSkippedEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetAssetPropertyAggregatesSkippedEntry.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 BatchGetAssetPropertyAggregates 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 BatchGetAssetPropertyAggregates 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 BatchGetAssetPropertyAggregatesErrorInfo errorInfo()
The error information, such as the error code and the timestamp.
public BatchGetAssetPropertyAggregatesSkippedEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>public static BatchGetAssetPropertyAggregatesSkippedEntry.Builder builder()
public static Class<? extends BatchGetAssetPropertyAggregatesSkippedEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.