AWS IoT Device SDK C++ v2  1.34.0
AWS IoT Device SDK C++ v2
ShadowStateWithDelta.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/crt/JsonObject.h>
10 
11 #include <aws/iotshadow/Exports.h>
12 
13 #include <aws/crt/JsonObject.h>
14 #include <aws/crt/StlAllocator.h>
15 
16 namespace Aws
17 {
18  namespace Iotshadow
19  {
20 
27  {
28  public:
29  ShadowStateWithDelta() = default;
30 
32  ShadowStateWithDelta &operator=(const Crt::JsonView &doc);
33 
34  void SerializeToObject(Crt::JsonObject &doc) const;
35 
41 
47 
53 
54  private:
55  static void LoadFromObject(ShadowStateWithDelta &obj, const Crt::JsonView &doc);
56  };
57  } // namespace Iotshadow
58 } // namespace Aws
JsonObject.h
Aws::Iotshadow::ShadowStateWithDelta::Reported
Aws::Crt::Optional< Aws::Crt::JsonObject > Reported
Definition: ShadowStateWithDelta.h:46
StlAllocator.h
Aws::Crt::JsonView
Definition: JsonObject.h:248
Aws::Crt::Optional< Aws::Crt::JsonObject >
Aws::Iotshadow::ShadowStateWithDelta::Desired
Aws::Crt::Optional< Aws::Crt::JsonObject > Desired
Definition: ShadowStateWithDelta.h:40
Exports.h
Aws::Crt::JsonObject
Definition: JsonObject.h:21
Aws
Definition: Allocator.h:11
Aws::Iotshadow::ShadowStateWithDelta::ShadowStateWithDelta
ShadowStateWithDelta()=default
Aws::Iotshadow::ShadowStateWithDelta
Definition: ShadowStateWithDelta.h:27
Aws::Iotshadow::ShadowStateWithDelta::Delta
Aws::Crt::Optional< Aws::Crt::JsonObject > Delta
Definition: ShadowStateWithDelta.h:52
AWS_IOTSHADOW_API
#define AWS_IOTSHADOW_API
Definition: Exports.h:20