AWS SDK for C++
AWS SDK for C++ Version 1.11.744
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/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
ExportTaskStatus
{
NOT_SET
,
INITIALIZING
,
EXPORTING
,
SUCCEEDED
,
FAILED
,
CANCELLING
,
CANCELLED
,
DELETED
};
14
15
namespace
ExportTaskStatusMapper {
16
AWS_NEPTUNEGRAPH_API
ExportTaskStatus
GetExportTaskStatusForName
(
const
Aws::String
& name);
17
18
AWS_NEPTUNEGRAPH_API
Aws::String
GetNameForExportTaskStatus
(
ExportTaskStatus
value);
19
}
// namespace ExportTaskStatusMapper
20
}
// namespace Model
21
}
// namespace NeptuneGraph
22
}
// 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:13
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