AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
JobRunState.h
1
6#pragma once
7#include <aws/emr-serverless/EMRServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace EMRServerless
13{
14namespace Model
15{
16 enum class JobRunState
17 {
18 NOT_SET,
20 PENDING,
22 RUNNING,
23 SUCCESS,
24 FAILED,
27 QUEUED
28 };
29
30namespace JobRunStateMapper
31{
32AWS_EMRSERVERLESS_API JobRunState GetJobRunStateForName(const Aws::String& name);
33
34AWS_EMRSERVERLESS_API Aws::String GetNameForJobRunState(JobRunState value);
35} // namespace JobRunStateMapper
36} // namespace Model
37} // namespace EMRServerless
38} // namespace Aws
AWS_EMRSERVERLESS_API Aws::String GetNameForJobRunState(JobRunState value)
AWS_EMRSERVERLESS_API JobRunState GetJobRunStateForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String