AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-elasticmapreduce
include
aws
elasticmapreduce
model
StepState.h
1
6
#pragma once
7
#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
EMR
13
{
14
namespace
Model
15
{
16
enum class
StepState
17
{
18
NOT_SET
,
19
PENDING
,
20
CANCEL_PENDING
,
21
RUNNING
,
22
COMPLETED
,
23
CANCELLED
,
24
FAILED
,
25
INTERRUPTED
26
};
27
28
namespace
StepStateMapper
29
{
30
AWS_EMR_API
StepState
GetStepStateForName
(
const
Aws::String
& name);
31
32
AWS_EMR_API
Aws::String
GetNameForStepState
(
StepState
value);
33
}
// namespace StepStateMapper
34
}
// namespace Model
35
}
// namespace EMR
36
}
// namespace Aws
Aws::EMR::Model::StepStateMapper::GetNameForStepState
AWS_EMR_API Aws::String GetNameForStepState(StepState value)
Aws::EMR::Model::StepStateMapper::GetStepStateForName
AWS_EMR_API StepState GetStepStateForName(const Aws::String &name)
Aws::EMR::Model::ActionOnFailure::NOT_SET
@ NOT_SET
Aws::EMR::Model::StepState
StepState
Definition
StepState.h:17
Aws::EMR::Model::StepState::CANCEL_PENDING
@ CANCEL_PENDING
Aws::EMR::Model::ClusterState::RUNNING
@ RUNNING
Aws::EMR::Model::AutoScalingPolicyState::FAILED
@ FAILED
Aws::EMR::Model::AutoScalingPolicyState::PENDING
@ PENDING
Aws::EMR::Model::StepExecutionState::INTERRUPTED
@ INTERRUPTED
Aws::EMR::Model::StepExecutionState::CANCELLED
@ CANCELLED
Aws::EMR::Model::ExecutionEngineType::EMR
@ EMR
Aws::EMR::Model::JobFlowExecutionState::COMPLETED
@ COMPLETED
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