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
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
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::V2ErrorResponse::ExecutionId
Aws::Crt::Optional< Aws::Crt::String > ExecutionId
Definition
V2ErrorResponse.h:51
Aws::Iotcommands::V2ErrorResponse::SerializeToObject
void SerializeToObject(Crt::JsonObject &doc) const
Definition
V2ErrorResponse.cpp:34
Aws::Iotcommands::V2ErrorResponse::operator=
V2ErrorResponse & operator=(const Crt::JsonView &doc)
Definition
V2ErrorResponse.cpp:59
Aws::Iotcommands::V2ErrorResponse::ErrorMessage
Aws::Crt::Optional< Aws::Crt::String > ErrorMessage
Definition
V2ErrorResponse.h:45
Aws::Iotcommands::V2ErrorResponse::V2ErrorResponse
V2ErrorResponse()=default
Aws::Iotcommands::V2ErrorResponse::Error
Aws::Crt::Optional< Aws::Iotcommands::RejectedErrorCode > Error
Definition
V2ErrorResponse.h:39
Exports.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition
Exports.h:20
RejectedErrorCode.h
Aws::Iotcommands
Definition
CommandExecutionEvent.h:17
Aws
Definition
Allocator.h:11
Generated by
1.17.0