AWS IoT Device SDK C++ v2 1.14.0
AWS IoT Device SDK C++ v2
JobStatus.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#include <aws/crt/Types.h>
13
14namespace Aws
15{
16 namespace Iotjobs
17 {
18
23 enum class JobStatus
24 {
27 QUEUED,
28
32
36
39 FAILED,
40
44
48
52
55 REMOVED,
56
57 };
58
59 namespace JobStatusMarshaller
60 {
61 const char *AWS_IOTJOBS_API ToString(JobStatus val);
63 } // namespace JobStatusMarshaller
64 } // namespace Iotjobs
65} // namespace Aws
#define AWS_IOTJOBS_API
Definition: Exports.h:20
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition: Types.h:47
const char *AWS_IOTJOBS_API ToString(JobStatus val)
Definition: JobStatus.cpp:29
JobStatus AWS_IOTJOBS_API FromString(const Aws::Crt::String &val)
Definition: JobStatus.cpp:55
JobStatus
Definition: JobStatus.h:24
Definition: Api.h:17