AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <JobExecutionsChangedEvent.h>
Public Member Functions | |
JobExecutionsChangedEvent ()=default | |
JobExecutionsChangedEvent (const Crt::JsonView &doc) | |
JobExecutionsChangedEvent & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
Aws::Crt::Optional< Aws::Crt::Map< Aws::Iotjobs::JobStatus, Aws::Crt::Vector< Aws::Iotjobs::JobExecutionSummary > > > | Jobs |
Aws::Crt::Optional< Aws::Crt::DateTime > | Timestamp |
Sent whenever a job execution is added to or removed from the list of pending job executions for a thing.
|
default |
Aws::Iotjobs::JobExecutionsChangedEvent::JobExecutionsChangedEvent | ( | const Crt::JsonView & | doc | ) |
JobExecutionsChangedEvent & Aws::Iotjobs::JobExecutionsChangedEvent::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotjobs::JobExecutionsChangedEvent::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional< Aws::Crt::Map<Aws::Iotjobs::JobStatus, Aws::Crt::Vector<Aws::Iotjobs::JobExecutionSummary> > > Aws::Iotjobs::JobExecutionsChangedEvent::Jobs |
Map from JobStatus to a list of Jobs transitioning to that status.
Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::JobExecutionsChangedEvent::Timestamp |
The time when the message was sent.