AWS SDK for C++
AWS SDK for C++ Version 1.11.680
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-neptunedata
include
aws
neptunedata
model
Format.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/neptunedata/Neptunedata_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
neptunedata {
12
namespace
Model {
13
enum class
Format
{
NOT_SET
,
csv
,
opencypher
,
ntriples
,
nquads
,
rdfxml
,
turtle
};
14
15
namespace
FormatMapper {
16
AWS_NEPTUNEDATA_API
Format
GetFormatForName
(
const
Aws::String
& name);
17
18
AWS_NEPTUNEDATA_API
Aws::String
GetNameForFormat
(
Format
value);
19
}
// namespace FormatMapper
20
}
// namespace Model
21
}
// namespace neptunedata
22
}
// namespace Aws
Aws::neptunedata::Model::FormatMapper::GetNameForFormat
AWS_NEPTUNEDATA_API Aws::String GetNameForFormat(Format value)
Aws::neptunedata::Model::FormatMapper::GetFormatForName
AWS_NEPTUNEDATA_API Format GetFormatForName(const Aws::String &name)
Aws::neptunedata::Model::Format
Format
Definition
Format.h:13
Aws::neptunedata::Model::Format::ntriples
@ ntriples
Aws::neptunedata::Model::Format::csv
@ csv
Aws::neptunedata::Model::Format::rdfxml
@ rdfxml
Aws::neptunedata::Model::Format::nquads
@ nquads
Aws::neptunedata::Model::Format::turtle
@ turtle
Aws::neptunedata::Model::Format::opencypher
@ opencypher
Aws::neptunedata::Model::Action::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