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

#include <UpdateJobExecutionResponse.h>

Public Member Functions

 UpdateJobExecutionResponse ()=default
 UpdateJobExecutionResponse (const Crt::JsonView &doc)
UpdateJobExecutionResponseoperator= (const Crt::JsonView &doc)
void SerializeToObject (Crt::JsonObject &doc) const

Public Attributes

Aws::Crt::Optional< Aws::Crt::StringClientToken
Aws::Crt::Optional< Aws::Iotjobs::JobExecutionStateExecutionState
Aws::Crt::Optional< Aws::Crt::JsonObjectJobDocument
Aws::Crt::Optional< Aws::Crt::DateTimeTimestamp

Detailed Description

Response payload to an UpdateJobExecution request.

Constructor & Destructor Documentation

◆ UpdateJobExecutionResponse() [1/2]

Aws::Iotjobs::UpdateJobExecutionResponse::UpdateJobExecutionResponse ( )
default

◆ UpdateJobExecutionResponse() [2/2]

Aws::Iotjobs::UpdateJobExecutionResponse::UpdateJobExecutionResponse ( const Crt::JsonView & doc)

Member Function Documentation

◆ operator=()

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

◆ SerializeToObject()

void Aws::Iotjobs::UpdateJobExecutionResponse::SerializeToObject ( Crt::JsonObject & doc) const

Member Data Documentation

◆ ClientToken

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::UpdateJobExecutionResponse::ClientToken

A client token used to correlate requests and responses.

◆ ExecutionState

Aws::Crt::Optional<Aws::Iotjobs::JobExecutionState> Aws::Iotjobs::UpdateJobExecutionResponse::ExecutionState

Contains data about the state of a job execution.

◆ JobDocument

Aws::Crt::Optional<Aws::Crt::JsonObject> Aws::Iotjobs::UpdateJobExecutionResponse::JobDocument

A UTF-8 encoded JSON document that contains information that your devices need to perform the job.

◆ Timestamp

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

The time when the message was sent.


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