AWS SDK for C++
AWS SDK for C++ Version 1.11.861
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-appconfig
include
aws
appconfig
model
ExperimentDefinitionStatus.h
1
6
#pragma once
7
#include <aws/appconfig/AppConfig_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
AppConfig {
12
namespace
Model {
13
enum class
ExperimentDefinitionStatus
{
NOT_SET
,
ACTIVE
,
IDLE
,
ARCHIVED
};
14
15
namespace
ExperimentDefinitionStatusMapper {
16
AWS_APPCONFIG_API
ExperimentDefinitionStatus
GetExperimentDefinitionStatusForName
(
const
Aws::String
& name);
17
18
AWS_APPCONFIG_API
Aws::String
GetNameForExperimentDefinitionStatus
(
ExperimentDefinitionStatus
value);
19
}
// namespace ExperimentDefinitionStatusMapper
20
}
// namespace Model
21
}
// namespace AppConfig
22
}
// namespace Aws
Aws::AppConfig::Model::ExperimentDefinitionStatusMapper::GetNameForExperimentDefinitionStatus
AWS_APPCONFIG_API Aws::String GetNameForExperimentDefinitionStatus(ExperimentDefinitionStatus value)
Aws::AppConfig::Model::ExperimentDefinitionStatusMapper::GetExperimentDefinitionStatusForName
AWS_APPCONFIG_API ExperimentDefinitionStatus GetExperimentDefinitionStatusForName(const Aws::String &name)
Aws::AppConfig::Model::ExperimentDefinitionStatus
ExperimentDefinitionStatus
Definition
ExperimentDefinitionStatus.h:13
Aws::AppConfig::Model::ExperimentDefinitionStatus::ACTIVE
@ ACTIVE
Aws::AppConfig::Model::ExperimentDefinitionStatus::ARCHIVED
@ ARCHIVED
Aws::AppConfig::Model::ExperimentDefinitionStatus::IDLE
@ IDLE
Aws::AppConfig::Model::ActionPoint::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