AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-repostspace
include
aws
repostspace
model
ChannelRole.h
1
6
#pragma once
7
#include <aws/repostspace/Repostspace_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
repostspace
13
{
14
namespace
Model
15
{
16
enum class
ChannelRole
17
{
18
NOT_SET
,
19
ASKER
,
20
EXPERT
,
21
MODERATOR
,
22
SUPPORTREQUESTOR
23
};
24
25
namespace
ChannelRoleMapper
26
{
27
AWS_REPOSTSPACE_API
ChannelRole
GetChannelRoleForName
(
const
Aws::String
& name);
28
29
AWS_REPOSTSPACE_API
Aws::String
GetNameForChannelRole
(
ChannelRole
value);
30
}
// namespace ChannelRoleMapper
31
}
// namespace Model
32
}
// namespace repostspace
33
}
// namespace Aws
Aws::repostspace::Model::ChannelRoleMapper::GetNameForChannelRole
AWS_REPOSTSPACE_API Aws::String GetNameForChannelRole(ChannelRole value)
Aws::repostspace::Model::ChannelRoleMapper::GetChannelRoleForName
AWS_REPOSTSPACE_API ChannelRole GetChannelRoleForName(const Aws::String &name)
Aws::repostspace::Model::ChannelRole
ChannelRole
Definition
ChannelRole.h:17
Aws::repostspace::Model::ChannelRole::NOT_SET
@ NOT_SET
Aws::repostspace::Model::ChannelRole::SUPPORTREQUESTOR
@ SUPPORTREQUESTOR
Aws::repostspace::Model::ChannelRole::ASKER
@ ASKER
Aws::repostspace::Model::ChannelRole::MODERATOR
@ MODERATOR
Aws::repostspace::Model::ChannelRole::EXPERT
@ EXPERT
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