AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <ShadowMetadata.h>
Public Member Functions | |
ShadowMetadata ()=default | |
ShadowMetadata (const Crt::JsonView &doc) | |
ShadowMetadata & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
Aws::Crt::Optional< Aws::Crt::JsonObject > | Desired |
Aws::Crt::Optional< Aws::Crt::JsonObject > | Reported |
Contains the last-updated timestamps for each attribute in the desired and reported sections of the shadow state.
|
default |
Aws::Iotshadow::ShadowMetadata::ShadowMetadata | ( | const Crt::JsonView & | doc | ) |
ShadowMetadata & Aws::Iotshadow::ShadowMetadata::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotshadow::ShadowMetadata::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::JsonObject> Aws::Iotshadow::ShadowMetadata::Desired |
Contains the timestamps for each attribute in the desired section of a shadow's state.
Aws::Crt::Optional<Aws::Crt::JsonObject> Aws::Iotshadow::ShadowMetadata::Reported |
Contains the timestamps for each attribute in the reported section of a shadow's state.