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
SnapshotStatus.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
SnapshotStatus
17
{
18
NOT_SET
,
19
CREATING
,
20
AVAILABLE
,
21
DELETING
,
22
FAILED
23
};
24
25
namespace
SnapshotStatusMapper
26
{
27
AWS_NEPTUNEGRAPH_API
SnapshotStatus
GetSnapshotStatusForName
(
const
Aws::String
& name);
28
29
AWS_NEPTUNEGRAPH_API
Aws::String
GetNameForSnapshotStatus
(
SnapshotStatus
value);
30
}
// namespace SnapshotStatusMapper
31
}
// namespace Model
32
}
// namespace NeptuneGraph
33
}
// namespace Aws
Aws::NeptuneGraph::Model::SnapshotStatusMapper::GetSnapshotStatusForName
AWS_NEPTUNEGRAPH_API SnapshotStatus GetSnapshotStatusForName(const Aws::String &name)
Aws::NeptuneGraph::Model::SnapshotStatusMapper::GetNameForSnapshotStatus
AWS_NEPTUNEGRAPH_API Aws::String GetNameForSnapshotStatus(SnapshotStatus value)
Aws::NeptuneGraph::Model::GraphStatus::AVAILABLE
@ AVAILABLE
Aws::NeptuneGraph::Model::GraphStatus::CREATING
@ CREATING
Aws::NeptuneGraph::Model::GraphStatus::DELETING
@ DELETING
Aws::NeptuneGraph::Model::GraphStatus::FAILED
@ FAILED
Aws::NeptuneGraph::Model::BlankNodeHandling::NOT_SET
@ NOT_SET
Aws::NeptuneGraph::Model::SnapshotStatus
SnapshotStatus
Definition
SnapshotStatus.h:17
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