Class BatchGetAssetPropertyValueSkippedEntry
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueSkippedEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetAssetPropertyValueSkippedEntry.Builder,BatchGetAssetPropertyValueSkippedEntry>
@Generated("software.amazon.awssdk:codegen") public final class BatchGetAssetPropertyValueSkippedEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetAssetPropertyValueSkippedEntry.Builder,BatchGetAssetPropertyValueSkippedEntry>
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValue request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetAssetPropertyValueSkippedEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchGetAssetPropertyValueSkippedEntry.Builderbuilder()BatchEntryCompletionStatuscompletionStatus()The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.StringcompletionStatusAsString()The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.StringentryId()The ID of the entry.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BatchGetAssetPropertyValueErrorInfoerrorInfo()The error information, such as the error code and the timestamp.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchGetAssetPropertyValueSkippedEntry.Builder>serializableBuilderClass()BatchGetAssetPropertyValueSkippedEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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 BatchGetAssetPropertyValue request.
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 BatchGetAssetPropertyValue request.
- See Also:
BatchEntryCompletionStatus
-
completionStatusAsString
public final String completionStatusAsString()
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
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 BatchGetAssetPropertyValue request.
- See Also:
BatchEntryCompletionStatus
-
errorInfo
public final BatchGetAssetPropertyValueErrorInfo 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 BatchGetAssetPropertyValueSkippedEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetAssetPropertyValueSkippedEntry.Builder,BatchGetAssetPropertyValueSkippedEntry>
-
builder
public static BatchGetAssetPropertyValueSkippedEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetAssetPropertyValueSkippedEntry.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.
-
-