@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetAssetPropertyValueSkippedEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyValueSkippedEntry.Builder |
builder() |
BatchEntryCompletionStatus |
completionStatus()
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
|
String |
completionStatusAsString()
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
|
String |
entryId()
The ID of the entry.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchGetAssetPropertyValueErrorInfo |
errorInfo()
The error information, such as the error code and the timestamp.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetAssetPropertyValueSkippedEntry.Builder> |
serializableBuilderClass() |
BatchGetAssetPropertyValueSkippedEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 BatchGetAssetPropertyValue request.
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 BatchGetAssetPropertyValue request.
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 BatchGetAssetPropertyValueErrorInfo errorInfo()
The error information, such as the error code and the timestamp.
public BatchGetAssetPropertyValueSkippedEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetAssetPropertyValueSkippedEntry.Builder,BatchGetAssetPropertyValueSkippedEntry>public static BatchGetAssetPropertyValueSkippedEntry.Builder builder()
public static Class<? extends BatchGetAssetPropertyValueSkippedEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.