AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-emr-serverless
include
aws
emr-serverless
model
ApplicationState.h
1
6
#pragma once
7
#include <aws/emr-serverless/EMRServerless_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
EMRServerless
13
{
14
namespace
Model
15
{
16
enum class
ApplicationState
17
{
18
NOT_SET
,
19
CREATING
,
20
CREATED
,
21
STARTING
,
22
STARTED
,
23
STOPPING
,
24
STOPPED
,
25
TERMINATED
26
};
27
28
namespace
ApplicationStateMapper
29
{
30
AWS_EMRSERVERLESS_API
ApplicationState
GetApplicationStateForName
(
const
Aws::String
& name);
31
32
AWS_EMRSERVERLESS_API
Aws::String
GetNameForApplicationState
(
ApplicationState
value);
33
}
// namespace ApplicationStateMapper
34
}
// namespace Model
35
}
// namespace EMRServerless
36
}
// namespace Aws
Aws::EMRServerless::Model::ApplicationStateMapper::GetApplicationStateForName
AWS_EMRSERVERLESS_API ApplicationState GetApplicationStateForName(const Aws::String &name)
Aws::EMRServerless::Model::ApplicationStateMapper::GetNameForApplicationState
AWS_EMRSERVERLESS_API Aws::String GetNameForApplicationState(ApplicationState value)
Aws::EMRServerless::Model::ApplicationState
ApplicationState
Definition
ApplicationState.h:17
Aws::EMRServerless::Model::ApplicationState::STARTING
@ STARTING
Aws::EMRServerless::Model::ApplicationState::STOPPED
@ STOPPED
Aws::EMRServerless::Model::ApplicationState::STARTED
@ STARTED
Aws::EMRServerless::Model::ApplicationState::NOT_SET
@ NOT_SET
Aws::EMRServerless::Model::ApplicationState::CREATING
@ CREATING
Aws::EMRServerless::Model::ApplicationState::CREATED
@ CREATED
Aws::EMRServerless::Model::ApplicationState::TERMINATED
@ TERMINATED
Aws::EMRServerless::Model::ApplicationState::STOPPING
@ STOPPING
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences