AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
UpdateJobExecutionResponse.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>
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  UpdateJobExecutionResponse &operator=(const Crt::JsonView &doc);
34 
35  void SerializeToObject(Crt::JsonObject &doc) const;
36 
42 
48 
54 
60 
61  private:
62  static void LoadFromObject(UpdateJobExecutionResponse &obj, const Crt::JsonView &doc);
63  };
64  } // namespace Iotjobs
65 } // namespace Aws
AWS_IOTJOBS_API
#define AWS_IOTJOBS_API
Definition: Exports.h:20
JsonObject.h
DateTime.h
StlAllocator.h
Exports.h
Aws::Crt::JsonView
Definition: JsonObject.h:248
Aws::Iotjobs::UpdateJobExecutionResponse::ClientToken
Aws::Crt::Optional< Aws::Crt::String > ClientToken
Definition: UpdateJobExecutionResponse.h:41
Aws::Crt::Optional< Aws::Crt::String >
Aws::Iotjobs::UpdateJobExecutionResponse::Timestamp
Aws::Crt::Optional< Aws::Crt::DateTime > Timestamp
Definition: UpdateJobExecutionResponse.h:59
Aws::Crt::JsonObject
Definition: JsonObject.h:21
Aws::Iotjobs::UpdateJobExecutionResponse::ExecutionState
Aws::Crt::Optional< Aws::Iotjobs::JobExecutionState > ExecutionState
Definition: UpdateJobExecutionResponse.h:47
Aws
Definition: Allocator.h:11
Aws::Iotjobs::UpdateJobExecutionResponse::JobDocument
Aws::Crt::Optional< Aws::Crt::JsonObject > JobDocument
Definition: UpdateJobExecutionResponse.h:53
Aws::Iotjobs::UpdateJobExecutionResponse::UpdateJobExecutionResponse
UpdateJobExecutionResponse()=default
JobExecutionState.h
Aws::Iotjobs::UpdateJobExecutionResponse
Definition: UpdateJobExecutionResponse.h:28