Class AssetPropertyValue
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.AssetPropertyValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetPropertyValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetPropertyValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringquality()Optional.List<SdkField<?>>sdkFields()static Class<? extends AssetPropertyValue.Builder>serializableBuilderClass()AssetPropertyTimestamptimestamp()The asset property value timestamp.AssetPropertyValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.AssetPropertyVariantvalue()The value of the asset property.-
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
-
value
public final AssetPropertyVariant value()
The value of the asset property.
- Returns:
- The value of the asset property.
-
timestamp
public final AssetPropertyTimestamp timestamp()
The asset property value timestamp.
- Returns:
- The asset property value timestamp.
-
quality
public final String quality()
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be
GOOD,BAD, orUNCERTAIN.- Returns:
- Optional. A string that describes the quality of the value. Accepts substitution templates. Must be
GOOD,BAD, orUNCERTAIN.
-
toBuilder
public AssetPropertyValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
-
builder
public static AssetPropertyValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetPropertyValue.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.
-
-