AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
CommandExecutionsSubscriptionRequest.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 
10 
12 
13 #include <aws/crt/JsonObject.h>
14 #include <aws/crt/StlAllocator.h>
15 
16 namespace Aws
17 {
18  namespace Iotcommands
19  {
20 
26  {
27  public:
29 
32 
33  void SerializeToObject(Crt::JsonObject &doc) const;
34 
41 
47 
48  private:
49  static void LoadFromObject(CommandExecutionsSubscriptionRequest &obj, const Crt::JsonView &doc);
50  };
51  } // namespace Iotcommands
52 } // namespace Aws
Aws::Iotcommands::CommandExecutionsSubscriptionRequest::CommandExecutionsSubscriptionRequest
CommandExecutionsSubscriptionRequest()=default
DeviceType.h
Exports.h
JsonObject.h
Aws::Iotcommands::CommandExecutionsSubscriptionRequest::DeviceId
Aws::Crt::Optional< Aws::Crt::String > DeviceId
Definition: CommandExecutionsSubscriptionRequest.h:46
StlAllocator.h
Aws::Crt::JsonView
Definition: JsonObject.h:248
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition: Exports.h:20
Aws::Crt::Optional< Aws::Iotcommands::DeviceType >
Aws::Crt::JsonObject
Definition: JsonObject.h:21
Aws::Iotcommands::CommandExecutionsSubscriptionRequest
Definition: CommandExecutionsSubscriptionRequest.h:26
Aws
Definition: Allocator.h:11
Aws::Iotcommands::CommandExecutionsSubscriptionRequest::DeviceType
Aws::Crt::Optional< Aws::Iotcommands::DeviceType > DeviceType
Definition: CommandExecutionsSubscriptionRequest.h:40