|
AWS IoT Device SDK C++ v2
1.40.1
AWS IoT Device SDK C++ v2
|
#include <StartNextPendingJobExecutionRequest.h>
Public Member Functions | |
| StartNextPendingJobExecutionRequest ()=default | |
| StartNextPendingJobExecutionRequest (const Crt::JsonView &doc) | |
| StartNextPendingJobExecutionRequest & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Crt::String > | ThingName |
| Aws::Crt::Optional< Aws::Crt::String > | ClientToken |
| Aws::Crt::Optional< int64_t > | StepTimeoutInMinutes |
| Aws::Crt::Optional< Aws::Crt::Map< Aws::Crt::String, Aws::Crt::String > > | StatusDetails |
Data needed to make a StartNextPendingJobExecution request.
|
default |
| Aws::Iotjobs::StartNextPendingJobExecutionRequest::StartNextPendingJobExecutionRequest | ( | const Crt::JsonView & | doc | ) |
| StartNextPendingJobExecutionRequest & Aws::Iotjobs::StartNextPendingJobExecutionRequest::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotjobs::StartNextPendingJobExecutionRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::StartNextPendingJobExecutionRequest::ClientToken |
Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
| Aws::Crt::Optional<Aws::Crt::Map<Aws::Crt::String, Aws::Crt::String> > Aws::Iotjobs::StartNextPendingJobExecutionRequest::StatusDetails |
A collection of name-value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.
| Aws::Crt::Optional<int64_t> Aws::Iotjobs::StartNextPendingJobExecutionRequest::StepTimeoutInMinutes |
Specifies the amount of time this device has to finish execution of this job.
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::StartNextPendingJobExecutionRequest::ThingName |
IoT Thing the request is relative to.