AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <UpdateShadowResponse.h>
Public Member Functions | |
UpdateShadowResponse ()=default | |
UpdateShadowResponse (const Crt::JsonView &doc) | |
UpdateShadowResponse & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Response payload to an UpdateShadow request.
|
default |
Aws::Iotshadow::UpdateShadowResponse::UpdateShadowResponse | ( | const Crt::JsonView & | doc | ) |
UpdateShadowResponse & Aws::Iotshadow::UpdateShadowResponse::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotshadow::UpdateShadowResponse::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotshadow::UpdateShadowResponse::ClientToken |
An opaque token used to correlate requests and responses. Present only if a client token was used in the request.
Aws::Crt::Optional<Aws::Iotshadow::ShadowMetadata> Aws::Iotshadow::UpdateShadowResponse::Metadata |
Contains the timestamps for each attribute in the desired and reported sections so that you can determine when the state was updated.
Aws::Crt::Optional<Aws::Iotshadow::ShadowState> Aws::Iotshadow::UpdateShadowResponse::State |
Updated device shadow state.
Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotshadow::UpdateShadowResponse::Timestamp |
The time the response was generated by AWS IoT.
Aws::Crt::Optional<int32_t> Aws::Iotshadow::UpdateShadowResponse::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.