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-repostspace
include
aws
repostspace
model
Role.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
Role
17
{
18
NOT_SET
,
19
EXPERT
,
20
MODERATOR
,
21
ADMINISTRATOR
,
22
SUPPORTREQUESTOR
23
};
24
25
namespace
RoleMapper
26
{
27
AWS_REPOSTSPACE_API
Role
GetRoleForName
(
const
Aws::String
& name);
28
29
AWS_REPOSTSPACE_API
Aws::String
GetNameForRole
(
Role
value);
30
}
// namespace RoleMapper
31
}
// namespace Model
32
}
// namespace repostspace
33
}
// namespace Aws
Aws::repostspace::Model::RoleMapper::GetNameForRole
AWS_REPOSTSPACE_API Aws::String GetNameForRole(Role value)
Aws::repostspace::Model::RoleMapper::GetRoleForName
AWS_REPOSTSPACE_API Role GetRoleForName(const Aws::String &name)
Aws::repostspace::Model::Role
Role
Definition
Role.h:17
Aws::repostspace::Model::Role::SUPPORTREQUESTOR
@ SUPPORTREQUESTOR
Aws::repostspace::Model::Role::MODERATOR
@ MODERATOR
Aws::repostspace::Model::Role::ADMINISTRATOR
@ ADMINISTRATOR
Aws::repostspace::Model::Role::EXPERT
@ EXPERT
Aws::repostspace::Model::ConfigurationStatus::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