AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
JobExecutionsChangedEvent.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>
11 #include <aws/iotjobs/JobStatus.h>
12 
13 #include <aws/iotjobs/Exports.h>
14 
15 #include <aws/crt/JsonObject.h>
16 #include <aws/crt/StlAllocator.h>
17 
18 namespace Aws
19 {
20  namespace Iotjobs
21  {
22 
28  {
29  public:
31 
33  JobExecutionsChangedEvent &operator=(const Crt::JsonView &doc);
34 
35  void SerializeToObject(Crt::JsonObject &doc) const;
36 
44 
50 
51  private:
52  static void LoadFromObject(JobExecutionsChangedEvent &obj, const Crt::JsonView &doc);
53  };
54  } // namespace Iotjobs
55 } // namespace Aws
JobExecutionSummary.h
AWS_IOTJOBS_API
#define AWS_IOTJOBS_API
Definition: Exports.h:20
JsonObject.h
DateTime.h
Aws::Iotjobs::JobExecutionsChangedEvent::JobExecutionsChangedEvent
JobExecutionsChangedEvent()=default
StlAllocator.h
Exports.h
Aws::Crt::JsonView
Definition: JsonObject.h:248
Aws::Iotjobs::JobExecutionsChangedEvent
Definition: JobExecutionsChangedEvent.h:28
Aws::Crt::Map
std::map< K, V, std::less< K >, StlAllocator< std::pair< const K, V > >> Map
Definition: Types.h:47
Aws::Iotjobs::JobExecutionsChangedEvent::Jobs
Aws::Crt::Optional< Aws::Crt::Map< Aws::Iotjobs::JobStatus, Aws::Crt::Vector< Aws::Iotjobs::JobExecutionSummary > > > Jobs
Definition: JobExecutionsChangedEvent.h:43
Aws::Crt::Optional
Definition: Optional.h:18
JobStatus.h
Aws::Crt::JsonObject
Definition: JsonObject.h:21
Aws
Definition: Allocator.h:11
Aws::Iotjobs::JobExecutionsChangedEvent::Timestamp
Aws::Crt::Optional< Aws::Crt::DateTime > Timestamp
Definition: JobExecutionsChangedEvent.h:49