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::StartNextPendingJobExecutionRequest Class Referencefinal

#include <StartNextPendingJobExecutionRequest.h>

Public Member Functions

 StartNextPendingJobExecutionRequest ()=default
 
 StartNextPendingJobExecutionRequest (const Crt::JsonView &doc)
 
StartNextPendingJobExecutionRequestoperator= (const Crt::JsonView &doc)
 
void SerializeToObject (Crt::JsonObject &doc) const
 

Public Attributes

Aws::Crt::Optional< Aws::Crt::StringThingName
 
Aws::Crt::Optional< Aws::Crt::StringClientToken
 
Aws::Crt::Optional< int64_t > StepTimeoutInMinutes
 
Aws::Crt::Optional< Aws::Crt::Map< Aws::Crt::String, Aws::Crt::String > > StatusDetails
 

Detailed Description

Data needed to make a StartNextPendingJobExecution request.

Constructor & Destructor Documentation

◆ StartNextPendingJobExecutionRequest() [1/2]

Aws::Iotjobs::StartNextPendingJobExecutionRequest::StartNextPendingJobExecutionRequest ( )
default

◆ StartNextPendingJobExecutionRequest() [2/2]

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

Member Function Documentation

◆ operator=()

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

◆ SerializeToObject()

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

Member Data Documentation

◆ ClientToken

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.

◆ StatusDetails

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.

◆ StepTimeoutInMinutes

Aws::Crt::Optional<int64_t> Aws::Iotjobs::StartNextPendingJobExecutionRequest::StepTimeoutInMinutes

Specifies the amount of time this device has to finish execution of this job.

◆ ThingName

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::StartNextPendingJobExecutionRequest::ThingName

IoT Thing the request is relative to.


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