Class GetShadowResponse
- java.lang.Object
- 
- software.amazon.awssdk.iot.iotshadow.model.GetShadowResponse
 
- 
 public class GetShadowResponse extends Object Response payload to a GetShadow request.
- 
- 
Field SummaryFields Modifier and Type Field Description StringclientTokenAn opaque token used to correlate requests and responses.ShadowMetadatametadataContains the timestamps for each attribute in the desired and reported sections of the state.ShadowStateWithDeltastateThe (classic) shadow state of the AWS IoT thing.TimestamptimestampThe time the response was generated by AWS IoT.IntegerversionThe current version of the document for the device's shadow shared in AWS IoT.
 - 
Constructor SummaryConstructors Constructor Description GetShadowResponse()
 
- 
- 
- 
Field Detail- 
clientTokenpublic String clientToken An opaque token used to correlate requests and responses.
 - 
statepublic ShadowStateWithDelta state The (classic) shadow state of the AWS IoT thing.
 - 
metadatapublic ShadowMetadata metadata Contains the timestamps for each attribute in the desired and reported sections of the state.
 - 
timestamppublic Timestamp timestamp The time the response was generated by AWS IoT.
 - 
versionpublic Integer version The current version of the document for the device's shadow shared in AWS IoT. It is increased by one over the previous version of the document.
 
- 
 
-