Class ShadowDeltaUpdatedEvent
- java.lang.Object
-
- software.amazon.awssdk.iot.iotshadow.model.ShadowDeltaUpdatedEvent
-
public class ShadowDeltaUpdatedEvent extends Object
An event generated when a shadow document was updated by a request to AWS IoT. The event payload contains only the changes requested.
-
-
Field Summary
Fields Modifier and Type Field Description String
clientToken
An opaque token used to correlate requests and responses.HashMap<String,Object>
metadata
Timestamps for the shadow properties that were updated.HashMap<String,Object>
state
Shadow properties that were updated.Timestamp
timestamp
The time the event was generated by AWS IoT.Integer
version
The current version of the document for the device's shadow.
-
Constructor Summary
Constructors Constructor Description ShadowDeltaUpdatedEvent()
-
-
-
Field Detail
-
metadata
public HashMap<String,Object> metadata
Timestamps for the shadow properties that were updated.
-
timestamp
public Timestamp timestamp
The time the event was generated by AWS IoT.
-
version
public Integer version
The current version of the document for the device's shadow.
-
clientToken
public String clientToken
An opaque token used to correlate requests and responses. Present only if a client token was used in the request.
-
-