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-pi
include
aws
pi
model
TextFormat.h
1
6
#pragma once
7
#include <aws/pi/PI_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
PI
13
{
14
namespace
Model
15
{
16
enum class
TextFormat
17
{
18
NOT_SET
,
19
PLAIN_TEXT
,
20
MARKDOWN
21
};
22
23
namespace
TextFormatMapper
24
{
25
AWS_PI_API
TextFormat
GetTextFormatForName
(
const
Aws::String
& name);
26
27
AWS_PI_API
Aws::String
GetNameForTextFormat
(
TextFormat
value);
28
}
// namespace TextFormatMapper
29
}
// namespace Model
30
}
// namespace PI
31
}
// 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:17
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