AWS IoT Device SDK C++ v2
1.44.1
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
commands
include
aws
iotcommands
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
9
#include <
aws/iotcommands/CommandExecutionResult.h
>
10
#include <
aws/iotcommands/CommandExecutionStatus.h
>
11
#include <
aws/iotcommands/DeviceType.h
>
12
#include <
aws/iotcommands/StatusReason.h
>
13
14
#include <
aws/iotcommands/Exports.h
>
15
16
#include <
aws/crt/JsonObject.h
>
17
#include <
aws/crt/StlAllocator.h
>
18
19
namespace
Aws
20
{
21
namespace
Iotcommands
22
{
23
28
class
AWS_IOTCOMMANDS_API
UpdateCommandExecutionRequest
final
29
{
30
public
:
31
UpdateCommandExecutionRequest
() =
default
;
32
33
UpdateCommandExecutionRequest
(
const
Crt::JsonView
&doc);
34
UpdateCommandExecutionRequest
&
operator=
(
const
Crt::JsonView
&doc);
35
36
void
SerializeToObject
(
Crt::JsonObject
&doc)
const
;
37
43
Aws::Crt::Optional<Aws::Iotcommands::DeviceType>
DeviceType
;
44
49
Aws::Crt::Optional<Aws::Crt::String>
DeviceId
;
50
55
Aws::Crt::Optional<Aws::Crt::String>
ExecutionId
;
56
61
Aws::Crt::Optional<Aws::Iotcommands::CommandExecutionStatus>
Status
;
62
68
Aws::Crt::Optional<Aws::Iotcommands::StatusReason>
StatusReason
;
69
76
Aws::Crt::Optional<Aws::Crt::Map<Aws::Crt::String, Aws::Iotcommands::CommandExecutionResult>
>
Result
;
77
78
private
:
79
static
void
LoadFromObject(
UpdateCommandExecutionRequest
&obj,
const
Crt::JsonView
&doc);
80
};
81
}
// namespace Iotcommands
82
}
// namespace Aws
CommandExecutionResult.h
CommandExecutionStatus.h
DeviceType.h
JsonObject.h
StatusReason.h
StlAllocator.h
Aws::Crt::JsonObject
Definition
JsonObject.h:21
Aws::Crt::JsonView
Definition
JsonObject.h:248
Aws::Crt::Optional
Definition
Optional.h:19
Aws::Iotcommands::UpdateCommandExecutionRequest::Status
Aws::Crt::Optional< Aws::Iotcommands::CommandExecutionStatus > Status
Definition
UpdateCommandExecutionRequest.h:61
Aws::Iotcommands::UpdateCommandExecutionRequest::UpdateCommandExecutionRequest
UpdateCommandExecutionRequest()=default
Aws::Iotcommands::UpdateCommandExecutionRequest::operator=
UpdateCommandExecutionRequest & operator=(const Crt::JsonView &doc)
Definition
UpdateCommandExecutionRequest.cpp:79
Aws::Iotcommands::UpdateCommandExecutionRequest::DeviceId
Aws::Crt::Optional< Aws::Crt::String > DeviceId
Definition
UpdateCommandExecutionRequest.h:49
Aws::Iotcommands::UpdateCommandExecutionRequest::StatusReason
Aws::Crt::Optional< Aws::Iotcommands::StatusReason > StatusReason
Definition
UpdateCommandExecutionRequest.h:68
Aws::Iotcommands::UpdateCommandExecutionRequest::Result
Aws::Crt::Optional< Aws::Crt::Map< Aws::Crt::String, Aws::Iotcommands::CommandExecutionResult > > Result
Definition
UpdateCommandExecutionRequest.h:76
Aws::Iotcommands::UpdateCommandExecutionRequest::SerializeToObject
void SerializeToObject(Crt::JsonObject &doc) const
Definition
UpdateCommandExecutionRequest.cpp:43
Aws::Iotcommands::UpdateCommandExecutionRequest::ExecutionId
Aws::Crt::Optional< Aws::Crt::String > ExecutionId
Definition
UpdateCommandExecutionRequest.h:55
Aws::Iotcommands::UpdateCommandExecutionRequest::DeviceType
Aws::Crt::Optional< Aws::Iotcommands::DeviceType > DeviceType
Definition
UpdateCommandExecutionRequest.h:43
Exports.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition
Exports.h:20
Aws::Iotcommands
Definition
CommandExecutionEvent.h:17
Aws
Definition
Allocator.h:11
Generated by
1.17.0