AWS IoT Device SDK C++ v2
1.43.1
AWS IoT Device SDK C++ v2
commands
include
aws
iotcommands
CommandExecutionResult.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/Exports.h
>
10
11
#include <
aws/crt/JsonObject.h
>
12
#include <
aws/crt/StlAllocator.h
>
13
14
namespace
Aws
15
{
16
namespace
Iotcommands
17
{
18
24
class
AWS_IOTCOMMANDS_API
CommandExecutionResult
final
25
{
26
public
:
27
CommandExecutionResult
() =
default
;
28
29
CommandExecutionResult
(
const
Crt::JsonView
&doc);
30
CommandExecutionResult
&operator=(
const
Crt::JsonView
&doc);
31
32
void
SerializeToObject(
Crt::JsonObject
&doc)
const
;
33
38
Aws::Crt::Optional<Aws::Crt::String>
S
;
39
44
Aws::Crt::Optional<bool>
B
;
45
50
Aws::Crt::Optional<Aws::Crt::Vector<uint8_t>
>
Bin
;
51
52
private
:
53
static
void
LoadFromObject(
CommandExecutionResult
&obj,
const
Crt::JsonView
&doc);
54
};
55
}
// namespace Iotcommands
56
}
// namespace Aws
Exports.h
JsonObject.h
Aws::Iotcommands::CommandExecutionResult::CommandExecutionResult
CommandExecutionResult()=default
Aws::Iotcommands::CommandExecutionResult::Bin
Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > Bin
Definition:
CommandExecutionResult.h:50
StlAllocator.h
Aws::Crt::JsonView
Definition:
JsonObject.h:248
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition:
Exports.h:20
Aws::Crt::Optional< Aws::Crt::String >
Aws::Iotcommands::CommandExecutionResult::S
Aws::Crt::Optional< Aws::Crt::String > S
Definition:
CommandExecutionResult.h:38
Aws::Iotcommands::CommandExecutionResult::B
Aws::Crt::Optional< bool > B
Definition:
CommandExecutionResult.h:44
Aws::Crt::JsonObject
Definition:
JsonObject.h:21
Aws
Definition:
Allocator.h:11
Aws::Iotcommands::CommandExecutionResult
Definition:
CommandExecutionResult.h:25
Generated by
1.8.20