Class ShadowStateWithDelta
- java.lang.Object
-
- software.amazon.awssdk.iot.iotshadow.model.ShadowStateWithDelta
-
public class ShadowStateWithDelta extends Object
(Potentially partial) state of an AWS IoT thing's shadow. Includes the delta between the reported and desired states.
-
-
Field Summary
Fields Modifier and Type Field Description HashMap<String,Object>
delta
The delta between the reported and desired states.HashMap<String,Object>
desired
The desired shadow state (from external services and devices).HashMap<String,Object>
reported
The (last) reported shadow state from the device.
-
Constructor Summary
Constructors Constructor Description ShadowStateWithDelta()
-