@Generated(value="software.amazon.awssdk:codegen") public final class InterpolatedAssetPropertyValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InterpolatedAssetPropertyValue.Builder,InterpolatedAssetPropertyValue>
Contains information about an interpolated asset property value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InterpolatedAssetPropertyValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InterpolatedAssetPropertyValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InterpolatedAssetPropertyValue.Builder> |
serializableBuilderClass() |
TimeInNanos |
timestamp()
Returns the value of the Timestamp property for this object.
|
InterpolatedAssetPropertyValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Variant |
value()
Returns the value of the Value property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TimeInNanos timestamp()
public final Variant value()
public InterpolatedAssetPropertyValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InterpolatedAssetPropertyValue.Builder,InterpolatedAssetPropertyValue>public static InterpolatedAssetPropertyValue.Builder builder()
public static Class<? extends InterpolatedAssetPropertyValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.