AWS SDK for C++
AWS SDK for C++ Version 1.11.719
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-monitoring
include
aws
monitoring
model
StateValue.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/monitoring/CloudWatch_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
CloudWatch {
12
namespace
Model {
13
enum class
StateValue
{
NOT_SET
,
OK
,
ALARM
,
INSUFFICIENT_DATA
};
14
15
namespace
StateValueMapper {
16
AWS_CLOUDWATCH_API
StateValue
GetStateValueForName
(
const
Aws::String
& name);
17
18
AWS_CLOUDWATCH_API
Aws::String
GetNameForStateValue
(
StateValue
value);
19
}
// namespace StateValueMapper
20
}
// namespace Model
21
}
// namespace CloudWatch
22
}
// namespace Aws
Aws::CloudWatch::Model::StateValueMapper::GetStateValueForName
AWS_CLOUDWATCH_API StateValue GetStateValueForName(const Aws::String &name)
Aws::CloudWatch::Model::StateValueMapper::GetNameForStateValue
AWS_CLOUDWATCH_API Aws::String GetNameForStateValue(StateValue value)
Aws::CloudWatch::Model::ActionsSuppressedBy::NOT_SET
@ NOT_SET
Aws::CloudWatch::Model::StateValue
StateValue
Definition
StateValue.h:13
Aws::CloudWatch::Model::StateValue::ALARM
@ ALARM
Aws::CloudWatch::Model::StateValue::OK
@ OK
Aws::CloudWatch::Model::StateValue::INSUFFICIENT_DATA
@ INSUFFICIENT_DATA
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