@Generated(value="software.amazon.awssdk:codegen") public final class PropertyLatestValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyLatestValue.Builder,PropertyLatestValue>
The latest value of the property.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyLatestValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertyLatestValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EntityPropertyReference |
propertyReference()
An object that specifies information about a property.>
|
DataValue |
propertyValue()
The value of the property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertyLatestValue.Builder> |
serializableBuilderClass() |
PropertyLatestValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EntityPropertyReference propertyReference()
An object that specifies information about a property.>
public final DataValue propertyValue()
The value of the property.
public PropertyLatestValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertyLatestValue.Builder,PropertyLatestValue>public static PropertyLatestValue.Builder builder()
public static Class<? extends PropertyLatestValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.