AWS SDK for C++
AWS SDK for C++ Version 1.11.717
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-pi
include
aws
pi
model
TextFormat.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/pi/PI_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
PI {
12
namespace
Model {
13
enum class
TextFormat
{
NOT_SET
,
PLAIN_TEXT
,
MARKDOWN
};
14
15
namespace
TextFormatMapper {
16
AWS_PI_API
TextFormat
GetTextFormatForName
(
const
Aws::String
& name);
17
18
AWS_PI_API
Aws::String
GetNameForTextFormat
(
TextFormat
value);
19
}
// namespace TextFormatMapper
20
}
// namespace Model
21
}
// namespace PI
22
}
// namespace Aws
Aws::PI::Model::TextFormatMapper::GetTextFormatForName
AWS_PI_API TextFormat GetTextFormatForName(const Aws::String &name)
Aws::PI::Model::TextFormatMapper::GetNameForTextFormat
AWS_PI_API Aws::String GetNameForTextFormat(TextFormat value)
Aws::PI::Model::AcceptLanguage::NOT_SET
@ NOT_SET
Aws::PI::Model::TextFormat
TextFormat
Definition
TextFormat.h:13
Aws::PI::Model::TextFormat::MARKDOWN
@ MARKDOWN
Aws::PI::Model::TextFormat::PLAIN_TEXT
@ PLAIN_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