AWS IoT Device SDK C++ v2
1.44.2
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
jobs
include
aws
iotjobs
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
9
#include <
aws/iotjobs/Exports.h
>
10
11
#include <
aws/crt/StlAllocator.h
>
12
#include <
aws/crt/Types.h
>
13
14
namespace
Aws
15
{
16
namespace
Iotjobs
17
{
18
23
enum class
JobStatus
24
{
27
QUEUED
,
28
31
IN_PROGRESS
,
32
35
TIMED_OUT
,
36
39
FAILED
,
40
43
SUCCEEDED
,
44
47
CANCELED
,
48
51
REJECTED
,
52
55
REMOVED
,
56
57
};
58
59
namespace
JobStatusMarshaller
60
{
61
AWS_IOTJOBS_API
const
char
*
ToString
(
JobStatus
val);
62
AWS_IOTJOBS_API
JobStatus
FromString
(
const
Aws::Crt::String
&val);
63
}
// namespace JobStatusMarshaller
64
}
// namespace Iotjobs
65
}
// namespace Aws
StlAllocator.h
Types.h
Exports.h
AWS_IOTJOBS_API
#define AWS_IOTJOBS_API
Definition
Exports.h:20
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition
Types.h:45
Aws::Iotjobs::JobStatusMarshaller
Definition
JobStatus.h:60
Aws::Iotjobs::JobStatusMarshaller::ToString
AWS_IOTJOBS_API const char * ToString(JobStatus val)
Definition
JobStatus.cpp:29
Aws::Iotjobs::JobStatusMarshaller::FromString
AWS_IOTJOBS_API JobStatus FromString(const Aws::Crt::String &val)
Definition
JobStatus.cpp:55
Aws::Iotjobs
Definition
DescribeJobExecutionRequest.h:17
Aws::Iotjobs::JobStatus
JobStatus
Definition
JobStatus.h:24
Aws::Iotjobs::JobStatus::REJECTED
@ REJECTED
Definition
JobStatus.h:51
Aws::Iotjobs::JobStatus::QUEUED
@ QUEUED
Definition
JobStatus.h:27
Aws::Iotjobs::JobStatus::REMOVED
@ REMOVED
Definition
JobStatus.h:55
Aws::Iotjobs::JobStatus::FAILED
@ FAILED
Definition
JobStatus.h:39
Aws::Iotjobs::JobStatus::IN_PROGRESS
@ IN_PROGRESS
Definition
JobStatus.h:31
Aws::Iotjobs::JobStatus::CANCELED
@ CANCELED
Definition
JobStatus.h:47
Aws::Iotjobs::JobStatus::TIMED_OUT
@ TIMED_OUT
Definition
JobStatus.h:35
Aws::Iotjobs::JobStatus::SUCCEEDED
@ SUCCEEDED
Definition
JobStatus.h:43
Aws
Definition
Allocator.h:11
Generated by
1.17.0