AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
RejectedError.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>
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:
30  RejectedError() = default;
31 
32  RejectedError(const Crt::JsonView &doc);
33  RejectedError &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(RejectedError &obj, const Crt::JsonView &doc);
70  };
71  } // namespace Iotjobs
72 } // namespace Aws
AWS_IOTJOBS_API
#define AWS_IOTJOBS_API
Definition: Exports.h:20
Aws::Iotjobs::RejectedError
Definition: RejectedError.h:28
JsonObject.h
DateTime.h
Aws::Iotjobs::RejectedError::ClientToken
Aws::Crt::Optional< Aws::Crt::String > ClientToken
Definition: RejectedError.h:41
StlAllocator.h
Exports.h
Aws::Crt::JsonView
Definition: JsonObject.h:248
Aws::Crt::Optional< Aws::Crt::String >
Aws::Iotjobs::RejectedError::Message
Aws::Crt::Optional< Aws::Crt::String > Message
Definition: RejectedError.h:53
Aws::Iotjobs::RejectedError::RejectedError
RejectedError()=default
Aws::Crt::JsonObject
Definition: JsonObject.h:21
Aws::Iotjobs::RejectedError::Code
Aws::Crt::Optional< Aws::Iotjobs::RejectedErrorCode > Code
Definition: RejectedError.h:47
Aws
Definition: Allocator.h:11
Aws::Iotjobs::RejectedError::Timestamp
Aws::Crt::Optional< Aws::Crt::DateTime > Timestamp
Definition: RejectedError.h:59
RejectedErrorCode.h
Aws::Iotjobs::RejectedError::ExecutionState
Aws::Crt::Optional< Aws::Iotjobs::JobExecutionState > ExecutionState
Definition: RejectedError.h:66
JobExecutionState.h