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-workmail
include
aws
workmail
model
EntityState.h
1
6
#pragma once
7
#include <aws/workmail/WorkMail_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
WorkMail
13
{
14
namespace
Model
15
{
16
enum class
EntityState
17
{
18
NOT_SET
,
19
ENABLED
,
20
DISABLED
,
21
DELETED
22
};
23
24
namespace
EntityStateMapper
25
{
26
AWS_WORKMAIL_API
EntityState
GetEntityStateForName
(
const
Aws::String
& name);
27
28
AWS_WORKMAIL_API
Aws::String
GetNameForEntityState
(
EntityState
value);
29
}
// namespace EntityStateMapper
30
}
// namespace Model
31
}
// namespace WorkMail
32
}
// namespace Aws
Aws::WorkMail::Model::EntityStateMapper::GetNameForEntityState
AWS_WORKMAIL_API Aws::String GetNameForEntityState(EntityState value)
Aws::WorkMail::Model::EntityStateMapper::GetEntityStateForName
AWS_WORKMAIL_API EntityState GetEntityStateForName(const Aws::String &name)
Aws::WorkMail::Model::AccessControlRuleEffect::NOT_SET
@ NOT_SET
Aws::WorkMail::Model::EntityState
EntityState
Definition
EntityState.h:17
Aws::WorkMail::Model::EntityState::DISABLED
@ DISABLED
Aws::WorkMail::Model::EntityState::DELETED
@ DELETED
Aws::WorkMail::Model::EntityState::ENABLED
@ ENABLED
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