Class ShadowUpdatedSnapshot
- java.lang.Object
-
- software.amazon.awssdk.iot.iotshadow.model.ShadowUpdatedSnapshot
-
public class ShadowUpdatedSnapshot extends Object
Complete state of the (classic) shadow of an AWS IoT Thing.
-
-
Field Summary
Fields Modifier and Type Field Description ShadowMetadata
metadata
Contains the timestamps for each attribute in the desired and reported sections of the state.ShadowState
state
Current shadow state.Integer
version
The current version of the document for the device's shadow.
-
Constructor Summary
Constructors Constructor Description ShadowUpdatedSnapshot()
-
-
-
Field Detail
-
state
public ShadowState state
Current shadow state.
-
metadata
public ShadowMetadata metadata
Contains the timestamps for each attribute in the desired and reported sections of the state.
-
version
public Integer version
The current version of the document for the device's shadow.
-
-