|
AWS IoT Device SDK C++ v2
1.40.2
AWS IoT Device SDK C++ v2
|
#include <NextJobExecutionChangedEvent.h>
Public Member Functions | |
| NextJobExecutionChangedEvent ()=default | |
| NextJobExecutionChangedEvent (const Crt::JsonView &doc) | |
| NextJobExecutionChangedEvent & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Iotjobs::JobExecutionData > | Execution |
| Aws::Crt::Optional< Aws::Crt::DateTime > | Timestamp |
Sent whenever there is a change to which job execution is next on the list of pending job executions for a thing, as defined for DescribeJobExecution with jobId $next. This message is not sent when the next job's execution details change, only when the next job that would be returned by DescribeJobExecution with jobId $next has changed.
|
default |
| Aws::Iotjobs::NextJobExecutionChangedEvent::NextJobExecutionChangedEvent | ( | const Crt::JsonView & | doc | ) |
| NextJobExecutionChangedEvent & Aws::Iotjobs::NextJobExecutionChangedEvent::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotjobs::NextJobExecutionChangedEvent::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Iotjobs::JobExecutionData> Aws::Iotjobs::NextJobExecutionChangedEvent::Execution |
Contains data about a job execution.
| Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::NextJobExecutionChangedEvent::Timestamp |
The time when the message was sent.