AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
ImportTaskStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
9
10namespace Aws {
11namespace NeptuneGraph {
12namespace Model {
13enum class ImportTaskStatus {
14 NOT_SET,
22 FAILED,
26};
27
28namespace ImportTaskStatusMapper {
30
32} // namespace ImportTaskStatusMapper
33} // namespace Model
34} // namespace NeptuneGraph
35} // namespace Aws
AWS_NEPTUNEGRAPH_API Aws::String GetNameForImportTaskStatus(ImportTaskStatus value)
AWS_NEPTUNEGRAPH_API ImportTaskStatus GetImportTaskStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String