AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Examples
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-connect
include
aws
connect
model
VocabularyState.h
1
6
#pragma once
7
#include <aws/connect/Connect_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Connect
13
{
14
namespace
Model
15
{
16
enum class
VocabularyState
17
{
18
NOT_SET
,
19
CREATION_IN_PROGRESS
,
20
ACTIVE
,
21
CREATION_FAILED
,
22
DELETE_IN_PROGRESS
23
};
24
25
namespace
VocabularyStateMapper
26
{
27
AWS_CONNECT_API
VocabularyState
GetVocabularyStateForName
(
const
Aws::String
& name);
28
29
AWS_CONNECT_API
Aws::String
GetNameForVocabularyState
(
VocabularyState
value);
30
}
// namespace VocabularyStateMapper
31
}
// namespace Model
32
}
// namespace Connect
33
}
// namespace Aws
Aws::Connect::Model::VocabularyStateMapper::GetVocabularyStateForName
AWS_CONNECT_API VocabularyState GetVocabularyStateForName(const Aws::String &name)
Aws::Connect::Model::VocabularyStateMapper::GetNameForVocabularyState
AWS_CONNECT_API Aws::String GetNameForVocabularyState(VocabularyState value)
Aws::Connect::Model::ContactFlowModuleState::ACTIVE
@ ACTIVE
Aws::Connect::Model::VocabularyState
VocabularyState
Definition
VocabularyState.h:17
Aws::Connect::Model::VocabularyState::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::Connect::Model::ActionType::NOT_SET
@ NOT_SET
Aws::Connect::Model::InstanceStatus::CREATION_IN_PROGRESS
@ CREATION_IN_PROGRESS
Aws::Connect::Model::InstanceStatus::CREATION_FAILED
@ CREATION_FAILED
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