AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
UpdateCommandExecutionRequest.h
Go to the documentation of this file.
1#pragma once
2
3/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4 * SPDX-License-Identifier: Apache-2.0.
5 *
6 * This file is generated
7 */
8
13
15
16#include <aws/crt/JsonObject.h>
18
19namespace Aws
20{
21 namespace Iotcommands
22 {
23
81 } // namespace Iotcommands
82} // namespace Aws
Definition JsonObject.h:21
Definition JsonObject.h:248
Definition Optional.h:19
Aws::Crt::Optional< Aws::Iotcommands::CommandExecutionStatus > Status
Definition UpdateCommandExecutionRequest.h:61
UpdateCommandExecutionRequest & operator=(const Crt::JsonView &doc)
Definition UpdateCommandExecutionRequest.cpp:79
Aws::Crt::Optional< Aws::Crt::String > DeviceId
Definition UpdateCommandExecutionRequest.h:49
Aws::Crt::Optional< Aws::Iotcommands::StatusReason > StatusReason
Definition UpdateCommandExecutionRequest.h:68
Aws::Crt::Optional< Aws::Crt::Map< Aws::Crt::String, Aws::Iotcommands::CommandExecutionResult > > Result
Definition UpdateCommandExecutionRequest.h:76
void SerializeToObject(Crt::JsonObject &doc) const
Definition UpdateCommandExecutionRequest.cpp:43
Aws::Crt::Optional< Aws::Crt::String > ExecutionId
Definition UpdateCommandExecutionRequest.h:55
Aws::Crt::Optional< Aws::Iotcommands::DeviceType > DeviceType
Definition UpdateCommandExecutionRequest.h:43
#define AWS_IOTCOMMANDS_API
Definition Exports.h:20
Definition CommandExecutionEvent.h:17
Definition Allocator.h:11