AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Iotcommands::UpdateCommandExecutionResponse Class Referencefinal

#include <UpdateCommandExecutionResponse.h>

Public Member Functions

 UpdateCommandExecutionResponse ()=default
 UpdateCommandExecutionResponse (const Crt::JsonView &doc)
UpdateCommandExecutionResponseoperator= (const Crt::JsonView &doc)
void SerializeToObject (Crt::JsonObject &doc) const

Public Attributes

Aws::Crt::Optional< Aws::Crt::StringExecutionId

Detailed Description

Response payload to an UpdateCommandExecution request.

Constructor & Destructor Documentation

◆ UpdateCommandExecutionResponse() [1/2]

Aws::Iotcommands::UpdateCommandExecutionResponse::UpdateCommandExecutionResponse ( )
default

◆ UpdateCommandExecutionResponse() [2/2]

Aws::Iotcommands::UpdateCommandExecutionResponse::UpdateCommandExecutionResponse ( const Crt::JsonView & doc)

Member Function Documentation

◆ operator=()

UpdateCommandExecutionResponse & Aws::Iotcommands::UpdateCommandExecutionResponse::operator= ( const Crt::JsonView & doc)

◆ SerializeToObject()

void Aws::Iotcommands::UpdateCommandExecutionResponse::SerializeToObject ( Crt::JsonObject & doc) const

Member Data Documentation

◆ ExecutionId

Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::UpdateCommandExecutionResponse::ExecutionId

Execution ID for which a response was sent


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