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-glue
include
aws
glue
model
ResourceState.h
1
6
#pragma once
7
#include <aws/glue/Glue_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Glue
13
{
14
namespace
Model
15
{
16
enum class
ResourceState
17
{
18
NOT_SET
,
19
QUEUED
,
20
IN_PROGRESS
,
21
SUCCESS
,
22
STOPPED
,
23
FAILED
24
};
25
26
namespace
ResourceStateMapper
27
{
28
AWS_GLUE_API
ResourceState
GetResourceStateForName
(
const
Aws::String
& name);
29
30
AWS_GLUE_API
Aws::String
GetNameForResourceState
(
ResourceState
value);
31
}
// namespace ResourceStateMapper
32
}
// namespace Model
33
}
// namespace Glue
34
}
// namespace Aws
Aws::Glue::Model::ResourceStateMapper::GetNameForResourceState
AWS_GLUE_API Aws::String GetNameForResourceState(ResourceState value)
Aws::Glue::Model::ResourceStateMapper::GetResourceStateForName
AWS_GLUE_API ResourceState GetResourceStateForName(const Aws::String &name)
Aws::Glue::Model::AdditionalOptionKeys::NOT_SET
@ NOT_SET
Aws::Glue::Model::BlueprintRunState::FAILED
@ FAILED
Aws::Glue::Model::ResourceState
ResourceState
Definition
ResourceState.h:17
Aws::Glue::Model::ResourceState::QUEUED
@ QUEUED
Aws::Glue::Model::ResourceState::SUCCESS
@ SUCCESS
Aws::Glue::Model::ConnectionStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::Glue::Model::ColumnStatisticsState::STOPPED
@ STOPPED
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