AWS SDK for C++
AWS SDK for C++ Version 1.11.611
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-neptune-graph
include
aws
neptune-graph
model
ExportTaskStatus.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
ExportTaskStatus
17
{
18
NOT_SET
,
19
INITIALIZING
,
20
EXPORTING
,
21
SUCCEEDED
,
22
FAILED
,
23
CANCELLING
,
24
CANCELLED
,
25
DELETED
26
};
27
28
namespace
ExportTaskStatusMapper
29
{
30
AWS_NEPTUNEGRAPH_API
ExportTaskStatus
GetExportTaskStatusForName
(
const
Aws::String
& name);
31
32
AWS_NEPTUNEGRAPH_API
Aws::String
GetNameForExportTaskStatus
(
ExportTaskStatus
value);
33
}
// namespace ExportTaskStatusMapper
34
}
// namespace Model
35
}
// namespace NeptuneGraph
36
}
// namespace Aws
Aws::NeptuneGraph::Model::ExportTaskStatusMapper::GetNameForExportTaskStatus
AWS_NEPTUNEGRAPH_API Aws::String GetNameForExportTaskStatus(ExportTaskStatus value)
Aws::NeptuneGraph::Model::ExportTaskStatusMapper::GetExportTaskStatusForName
AWS_NEPTUNEGRAPH_API ExportTaskStatus GetExportTaskStatusForName(const Aws::String &name)
Aws::NeptuneGraph::Model::BlankNodeHandling::NOT_SET
@ NOT_SET
Aws::NeptuneGraph::Model::ExportTaskStatus
ExportTaskStatus
Definition
ExportTaskStatus.h:17
Aws::NeptuneGraph::Model::ExportTaskStatus::EXPORTING
@ EXPORTING
Aws::NeptuneGraph::Model::ExportTaskStatus::DELETED
@ DELETED
Aws::NeptuneGraph::Model::ExportTaskStatus::INITIALIZING
@ INITIALIZING
Aws::NeptuneGraph::Model::ExportTaskStatus::CANCELLED
@ CANCELLED
Aws::NeptuneGraph::Model::ExportTaskStatus::FAILED
@ FAILED
Aws::NeptuneGraph::Model::ExportTaskStatus::CANCELLING
@ CANCELLING
Aws::NeptuneGraph::Model::ExportTaskStatus::SUCCEEDED
@ SUCCEEDED
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