Class BatchGetAssetPropertyAggregatesSkippedEntry
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesSkippedEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetAssetPropertyAggregatesSkippedEntry.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
entryId
public final String entryId()
The ID of the entry.
- Returns:
- The ID of the entry.
-
completionStatus
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,
completionStatuswill returnBatchEntryCompletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompletionStatusAsString().- Returns:
- The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
- See Also:
BatchEntryCompletionStatus
-
completionStatusAsString
public 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,
completionStatuswill returnBatchEntryCompletionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcompletionStatusAsString().- Returns:
- The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
- See Also:
BatchEntryCompletionStatus
-
errorInfo
public final BatchGetAssetPropertyAggregatesErrorInfo errorInfo()
The error information, such as the error code and the timestamp.
- Returns:
- The error information, such as the error code and the timestamp.
-
toBuilder
public BatchGetAssetPropertyAggregatesSkippedEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>
-
builder
public static BatchGetAssetPropertyAggregatesSkippedEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetAssetPropertyAggregatesSkippedEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-