AWS SDK for C++
AWS SDK for C++ Version 1.11.815
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-elementalinference
include
aws
elementalinference
model
DictionaryStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/elementalinference/ElementalInference_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
ElementalInference {
12
namespace
Model {
13
enum class
DictionaryStatus
{
NOT_SET
,
CREATING
,
AVAILABLE
,
REFERENCED
,
DELETING
,
DELETED
};
14
15
namespace
DictionaryStatusMapper {
16
AWS_ELEMENTALINFERENCE_API
DictionaryStatus
GetDictionaryStatusForName
(
const
Aws::String
& name);
17
18
AWS_ELEMENTALINFERENCE_API
Aws::String
GetNameForDictionaryStatus
(
DictionaryStatus
value);
19
}
// namespace DictionaryStatusMapper
20
}
// namespace Model
21
}
// namespace ElementalInference
22
}
// namespace Aws
Aws::ElementalInference::Model::DictionaryStatusMapper::GetNameForDictionaryStatus
AWS_ELEMENTALINFERENCE_API Aws::String GetNameForDictionaryStatus(DictionaryStatus value)
Aws::ElementalInference::Model::DictionaryStatusMapper::GetDictionaryStatusForName
AWS_ELEMENTALINFERENCE_API DictionaryStatus GetDictionaryStatusForName(const Aws::String &name)
Aws::ElementalInference::Model::DictionaryStatus
DictionaryStatus
Definition
DictionaryStatus.h:13
Aws::ElementalInference::Model::DictionaryStatus::AVAILABLE
@ AVAILABLE
Aws::ElementalInference::Model::DictionaryStatus::DELETED
@ DELETED
Aws::ElementalInference::Model::DictionaryStatus::CREATING
@ CREATING
Aws::ElementalInference::Model::DictionaryStatus::REFERENCED
@ REFERENCED
Aws::ElementalInference::Model::DictionaryStatus::DELETING
@ DELETING
Aws::ElementalInference::Model::DictionaryLanguage::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