AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Iotshadow::ShadowMetadata Class Referencefinal

#include <ShadowMetadata.h>

Public Member Functions

 ShadowMetadata ()=default
 ShadowMetadata (const Crt::JsonView &doc)
ShadowMetadataoperator= (const Crt::JsonView &doc)
void SerializeToObject (Crt::JsonObject &doc) const

Public Attributes

Aws::Crt::Optional< Aws::Crt::JsonObjectDesired
Aws::Crt::Optional< Aws::Crt::JsonObjectReported

Detailed Description

Contains the last-updated timestamps for each attribute in the desired and reported sections of the shadow state.

Constructor & Destructor Documentation

◆ ShadowMetadata() [1/2]

Aws::Iotshadow::ShadowMetadata::ShadowMetadata ( )
default

◆ ShadowMetadata() [2/2]

Aws::Iotshadow::ShadowMetadata::ShadowMetadata ( const Crt::JsonView & doc)

Member Function Documentation

◆ operator=()

ShadowMetadata & Aws::Iotshadow::ShadowMetadata::operator= ( const Crt::JsonView & doc)

◆ SerializeToObject()

void Aws::Iotshadow::ShadowMetadata::SerializeToObject ( Crt::JsonObject & doc) const

Member Data Documentation

◆ Desired

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.

◆ Reported

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.


The documentation for this class was generated from the following files: