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-qldb
include
aws
qldb
model
OutputFormat.h
1
6
#pragma once
7
#include <aws/qldb/QLDB_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
QLDB
13
{
14
namespace
Model
15
{
16
enum class
OutputFormat
17
{
18
NOT_SET
,
19
ION_BINARY
,
20
ION_TEXT
,
21
JSON
22
};
23
24
namespace
OutputFormatMapper
25
{
26
AWS_QLDB_API
OutputFormat
GetOutputFormatForName
(
const
Aws::String
& name);
27
28
AWS_QLDB_API
Aws::String
GetNameForOutputFormat
(
OutputFormat
value);
29
}
// namespace OutputFormatMapper
30
}
// namespace Model
31
}
// namespace QLDB
32
}
// namespace Aws
Aws::QLDB::Model::OutputFormatMapper::GetOutputFormatForName
AWS_QLDB_API OutputFormat GetOutputFormatForName(const Aws::String &name)
Aws::QLDB::Model::OutputFormatMapper::GetNameForOutputFormat
AWS_QLDB_API Aws::String GetNameForOutputFormat(OutputFormat value)
Aws::QLDB::Model::EncryptionStatus::NOT_SET
@ NOT_SET
Aws::QLDB::Model::OutputFormat
OutputFormat
Definition
OutputFormat.h:17
Aws::QLDB::Model::OutputFormat::JSON
@ JSON
Aws::QLDB::Model::OutputFormat::ION_BINARY
@ ION_BINARY
Aws::QLDB::Model::OutputFormat::ION_TEXT
@ ION_TEXT
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