AWS SDK for C++
AWS SDK for C++ Version 1.11.743
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-neptune-graph
include
aws
neptune-graph
model
GraphStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
NeptuneGraph {
12
namespace
Model {
13
enum class
GraphStatus
{
14
NOT_SET
,
15
CREATING
,
16
AVAILABLE
,
17
DELETING
,
18
RESETTING
,
19
UPDATING
,
20
SNAPSHOTTING
,
21
FAILED
,
22
IMPORTING
,
23
STARTING
,
24
STOPPING
,
25
STOPPED
26
};
27
28
namespace
GraphStatusMapper {
29
AWS_NEPTUNEGRAPH_API
GraphStatus
GetGraphStatusForName
(
const
Aws::String
& name);
30
31
AWS_NEPTUNEGRAPH_API
Aws::String
GetNameForGraphStatus
(
GraphStatus
value);
32
}
// namespace GraphStatusMapper
33
}
// namespace Model
34
}
// namespace NeptuneGraph
35
}
// namespace Aws
Aws::NeptuneGraph::Model::GraphStatusMapper::GetGraphStatusForName
AWS_NEPTUNEGRAPH_API GraphStatus GetGraphStatusForName(const Aws::String &name)
Aws::NeptuneGraph::Model::GraphStatusMapper::GetNameForGraphStatus
AWS_NEPTUNEGRAPH_API Aws::String GetNameForGraphStatus(GraphStatus value)
Aws::NeptuneGraph::Model::GraphStatus
GraphStatus
Definition
GraphStatus.h:13
Aws::NeptuneGraph::Model::GraphStatus::STARTING
@ STARTING
Aws::NeptuneGraph::Model::GraphStatus::STOPPED
@ STOPPED
Aws::NeptuneGraph::Model::GraphStatus::IMPORTING
@ IMPORTING
Aws::NeptuneGraph::Model::GraphStatus::RESETTING
@ RESETTING
Aws::NeptuneGraph::Model::GraphStatus::AVAILABLE
@ AVAILABLE
Aws::NeptuneGraph::Model::GraphStatus::SNAPSHOTTING
@ SNAPSHOTTING
Aws::NeptuneGraph::Model::GraphStatus::CREATING
@ CREATING
Aws::NeptuneGraph::Model::GraphStatus::DELETING
@ DELETING
Aws::NeptuneGraph::Model::GraphStatus::UPDATING
@ UPDATING
Aws::NeptuneGraph::Model::GraphStatus::STOPPING
@ STOPPING
Aws::NeptuneGraph::Model::BlankNodeHandling::NOT_SET
@ NOT_SET
Aws::NeptuneGraph::Model::ExportTaskStatus::FAILED
@ FAILED
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