Class PropertyLatestValue
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.PropertyLatestValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PropertyLatestValue.Builder,PropertyLatestValue>
@Generated("software.amazon.awssdk:codegen") public final class PropertyLatestValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyLatestValue.Builder,PropertyLatestValue>
The latest value of the property.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePropertyLatestValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyLatestValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()EntityPropertyReferencepropertyReference()An object that specifies information about a property.DataValuepropertyValue()The value of the property.List<SdkField<?>>sdkFields()static Class<? extends PropertyLatestValue.Builder>serializableBuilderClass()PropertyLatestValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
propertyReference
public final EntityPropertyReference propertyReference()
An object that specifies information about a property.
- Returns:
- An object that specifies information about a property.
-
propertyValue
public final DataValue propertyValue()
The value of the property.
- Returns:
- The value of the property.
-
toBuilder
public PropertyLatestValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PropertyLatestValue.Builder,PropertyLatestValue>
-
builder
public static PropertyLatestValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends PropertyLatestValue.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-