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-neptunedata
include
aws
neptunedata
model
Format.h
1
6
#pragma once
7
#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
neptunedata
13
{
14
namespace
Model
15
{
16
enum class
Format
17
{
18
NOT_SET
,
19
csv
,
20
opencypher
,
21
ntriples
,
22
nquads
,
23
rdfxml
,
24
turtle
25
};
26
27
namespace
FormatMapper
28
{
29
AWS_NEPTUNEDATA_API
Format
GetFormatForName
(
const
Aws::String
& name);
30
31
AWS_NEPTUNEDATA_API
Aws::String
GetNameForFormat
(
Format
value);
32
}
// namespace FormatMapper
33
}
// namespace Model
34
}
// namespace neptunedata
35
}
// 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:17
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