AWS IoT Device SDK C++ v2  1.34.0
AWS IoT Device SDK C++ v2
ShadowDeltaUpdatedEvent.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/DateTime.h>
10 #include <aws/crt/JsonObject.h>
11 
12 #include <aws/iotshadow/Exports.h>
13 
14 #include <aws/crt/JsonObject.h>
15 #include <aws/crt/StlAllocator.h>
16 
17 namespace Aws
18 {
19  namespace Iotshadow
20  {
21 
28  {
29  public:
31 
33  ShadowDeltaUpdatedEvent &operator=(const Crt::JsonView &doc);
34 
35  void SerializeToObject(Crt::JsonObject &doc) const;
36 
42 
48 
54 
60 
67 
68  private:
69  static void LoadFromObject(ShadowDeltaUpdatedEvent &obj, const Crt::JsonView &doc);
70  };
71  } // namespace Iotshadow
72 } // namespace Aws
Aws::Iotshadow::ShadowDeltaUpdatedEvent
Definition: ShadowDeltaUpdatedEvent.h:28
Aws::Iotshadow::ShadowDeltaUpdatedEvent::ShadowDeltaUpdatedEvent
ShadowDeltaUpdatedEvent()=default
Aws::Iotshadow::ShadowDeltaUpdatedEvent::ClientToken
Aws::Crt::Optional< Aws::Crt::String > ClientToken
Definition: ShadowDeltaUpdatedEvent.h:66
JsonObject.h
DateTime.h
Aws::Iotshadow::ShadowDeltaUpdatedEvent::Timestamp
Aws::Crt::Optional< Aws::Crt::DateTime > Timestamp
Definition: ShadowDeltaUpdatedEvent.h:53
StlAllocator.h
Aws::Crt::JsonView
Definition: JsonObject.h:248
Aws::Iotshadow::ShadowDeltaUpdatedEvent::State
Aws::Crt::Optional< Aws::Crt::JsonObject > State
Definition: ShadowDeltaUpdatedEvent.h:41
Aws::Crt::Optional< Aws::Crt::JsonObject >
Exports.h
Aws::Crt::JsonObject
Definition: JsonObject.h:21
Aws::Iotshadow::ShadowDeltaUpdatedEvent::Version
Aws::Crt::Optional< int32_t > Version
Definition: ShadowDeltaUpdatedEvent.h:59
Aws::Iotshadow::ShadowDeltaUpdatedEvent::Metadata
Aws::Crt::Optional< Aws::Crt::JsonObject > Metadata
Definition: ShadowDeltaUpdatedEvent.h:47
Aws
Definition: Allocator.h:11
AWS_IOTSHADOW_API
#define AWS_IOTSHADOW_API
Definition: Exports.h:20