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
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
JsonObject.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::CommandExecutionResult::CommandExecutionResult
CommandExecutionResult()=default
Aws::Iotcommands::CommandExecutionResult::SerializeToObject
void SerializeToObject(Crt::JsonObject &doc) const
Definition
CommandExecutionResult.cpp:34
Aws::Iotcommands::CommandExecutionResult::operator=
CommandExecutionResult & operator=(const Crt::JsonView &doc)
Definition
CommandExecutionResult.cpp:59
Aws::Iotcommands::CommandExecutionResult::B
Aws::Crt::Optional< bool > B
Definition
CommandExecutionResult.h:44
Aws::Iotcommands::CommandExecutionResult::Bin
Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > Bin
Definition
CommandExecutionResult.h:50
Aws::Iotcommands::CommandExecutionResult::S
Aws::Crt::Optional< Aws::Crt::String > S
Definition
CommandExecutionResult.h:38
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