@Generated(value="software.amazon.awssdk:codegen") public final class AssetPropertyValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
Contains asset property value information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetPropertyValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssetPropertyValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Quality |
quality()
The quality of the asset property value.
|
String |
qualityAsString()
The quality of the asset property value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetPropertyValue.Builder> |
serializableBuilderClass() |
TimeInNanos |
timestamp()
The timestamp of the asset property value.
|
AssetPropertyValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Variant |
value()
The value of the asset property (see
Variant). |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Variant value()
The value of the asset property (see Variant).
Variant).public final TimeInNanos timestamp()
The timestamp of the asset property value.
public final Quality quality()
The quality of the asset property value.
If the service returns an enum value that is not available in the current SDK version, quality will
return Quality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
qualityAsString().
Qualitypublic final String qualityAsString()
The quality of the asset property value.
If the service returns an enum value that is not available in the current SDK version, quality will
return Quality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
qualityAsString().
Qualitypublic AssetPropertyValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>public static AssetPropertyValue.Builder builder()
public static Class<? extends AssetPropertyValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.