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-neptune-graph
include
aws
neptune-graph
model
GraphStatus.h
1
6
#pragma once
7
#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
NeptuneGraph
13
{
14
namespace
Model
15
{
16
enum class
GraphStatus
17
{
18
NOT_SET
,
19
CREATING
,
20
AVAILABLE
,
21
DELETING
,
22
RESETTING
,
23
UPDATING
,
24
SNAPSHOTTING
,
25
FAILED
,
26
IMPORTING
27
};
28
29
namespace
GraphStatusMapper
30
{
31
AWS_NEPTUNEGRAPH_API
GraphStatus
GetGraphStatusForName
(
const
Aws::String
& name);
32
33
AWS_NEPTUNEGRAPH_API
Aws::String
GetNameForGraphStatus
(
GraphStatus
value);
34
}
// namespace GraphStatusMapper
35
}
// namespace Model
36
}
// namespace NeptuneGraph
37
}
// 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:17
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::FAILED
@ FAILED
Aws::NeptuneGraph::Model::GraphStatus::UPDATING
@ UPDATING
Aws::NeptuneGraph::Model::BlankNodeHandling::NOT_SET
@ NOT_SET
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