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