AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Member Functions | Public Attributes | List of all members
Aws::Iotjobs::NextJobExecutionChangedEvent Class Referencefinal

#include <NextJobExecutionChangedEvent.h>

Public Member Functions

 NextJobExecutionChangedEvent ()=default
 
 NextJobExecutionChangedEvent (const Crt::JsonView &doc)
 
NextJobExecutionChangedEventoperator= (const Crt::JsonView &doc)
 
void SerializeToObject (Crt::JsonObject &doc) const
 

Public Attributes

Aws::Crt::Optional< Aws::Iotjobs::JobExecutionDataExecution
 
Aws::Crt::Optional< Aws::Crt::DateTimeTimestamp
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NextJobExecutionChangedEvent() [1/2]

Aws::Iotjobs::NextJobExecutionChangedEvent::NextJobExecutionChangedEvent ( )
default

◆ NextJobExecutionChangedEvent() [2/2]

Aws::Iotjobs::NextJobExecutionChangedEvent::NextJobExecutionChangedEvent ( const Crt::JsonView doc)

Member Function Documentation

◆ operator=()

NextJobExecutionChangedEvent & Aws::Iotjobs::NextJobExecutionChangedEvent::operator= ( const Crt::JsonView doc)

◆ SerializeToObject()

void Aws::Iotjobs::NextJobExecutionChangedEvent::SerializeToObject ( Crt::JsonObject doc) const

Member Data Documentation

◆ Execution

Aws::Crt::Optional<Aws::Iotjobs::JobExecutionData> Aws::Iotjobs::NextJobExecutionChangedEvent::Execution

Contains data about a job execution.

◆ Timestamp

Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::NextJobExecutionChangedEvent::Timestamp

The time when the message was sent.


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