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-internetmonitor
include
aws
internetmonitor
model
MonitorConfigState.h
1
6
#pragma once
7
#include <aws/internetmonitor/InternetMonitor_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
InternetMonitor
13
{
14
namespace
Model
15
{
16
enum class
MonitorConfigState
17
{
18
NOT_SET
,
19
PENDING
,
20
ACTIVE
,
21
INACTIVE
,
22
ERROR_
23
};
24
25
namespace
MonitorConfigStateMapper
26
{
27
AWS_INTERNETMONITOR_API
MonitorConfigState
GetMonitorConfigStateForName
(
const
Aws::String
& name);
28
29
AWS_INTERNETMONITOR_API
Aws::String
GetNameForMonitorConfigState
(
MonitorConfigState
value);
30
}
// namespace MonitorConfigStateMapper
31
}
// namespace Model
32
}
// namespace InternetMonitor
33
}
// namespace Aws
Aws::InternetMonitor::Model::MonitorConfigStateMapper::GetNameForMonitorConfigState
AWS_INTERNETMONITOR_API Aws::String GetNameForMonitorConfigState(MonitorConfigState value)
Aws::InternetMonitor::Model::MonitorConfigStateMapper::GetMonitorConfigStateForName
AWS_INTERNETMONITOR_API MonitorConfigState GetMonitorConfigStateForName(const Aws::String &name)
Aws::InternetMonitor::Model::HealthEventImpactType::NOT_SET
@ NOT_SET
Aws::InternetMonitor::Model::HealthEventStatus::ACTIVE
@ ACTIVE
Aws::InternetMonitor::Model::MonitorConfigState
MonitorConfigState
Definition
MonitorConfigState.h:17
Aws::InternetMonitor::Model::MonitorConfigState::ERROR_
@ ERROR_
Aws::InternetMonitor::Model::MonitorConfigState::INACTIVE
@ INACTIVE
Aws::InternetMonitor::Model::MonitorConfigState::PENDING
@ PENDING
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