@Generated(value="software.amazon.awssdk:codegen") public final class AssetPropertyValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
An asset property value entry containing the following 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() |
String |
quality()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetPropertyValue.Builder> |
serializableBuilderClass() |
AssetPropertyTimestamp |
timestamp()
The asset property value timestamp.
|
AssetPropertyValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AssetPropertyVariant |
value()
The value of the asset property.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic AssetPropertyVariant value()
The value of the asset property.
public AssetPropertyTimestamp timestamp()
The asset property value timestamp.
public String quality()
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be
GOOD, BAD, or UNCERTAIN.
GOOD, BAD, or UNCERTAIN.public AssetPropertyValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>public static AssetPropertyValue.Builder builder()
public static Class<? extends AssetPropertyValue.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.