Class ShadowUpdatedEvent
- java.lang.Object
-
- software.amazon.awssdk.iot.iotshadow.model.ShadowUpdatedEvent
-
public class ShadowUpdatedEvent extends Object
A description of the before and after states of a device shadow.
-
-
Field Summary
Fields Modifier and Type Field Description ShadowUpdatedSnapshot
current
Contains the state of the object after the update.ShadowUpdatedSnapshot
previous
Contains the state of the object before the update.Timestamp
timestamp
The time the event was generated by AWS IoT.
-
Constructor Summary
Constructors Constructor Description ShadowUpdatedEvent()
-
-
-
Field Detail
-
previous
public ShadowUpdatedSnapshot previous
Contains the state of the object before the update.
-
current
public ShadowUpdatedSnapshot current
Contains the state of the object after the update.
-
timestamp
public Timestamp timestamp
The time the event was generated by AWS IoT.
-
-