AWS SDK for C++
AWS SDK for C++ Version 1.11.900
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-cloudwatchomni
include
aws
cloudwatchomni
model
AlertState.h
1
6
#pragma once
7
#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
CloudWatchOmni {
12
namespace
Model {
13
enum class
AlertState
{
NOT_SET
,
OK
,
WARNING
,
CRITICAL
,
NODATA
};
14
15
namespace
AlertStateMapper {
16
AWS_CLOUDWATCHOMNI_API
AlertState
GetAlertStateForName
(
const
Aws::String
& name);
17
18
AWS_CLOUDWATCHOMNI_API
Aws::String
GetNameForAlertState
(
AlertState
value);
19
}
// namespace AlertStateMapper
20
}
// namespace Model
21
}
// namespace CloudWatchOmni
22
}
// namespace Aws
Aws::CloudWatchOmni::Model::AlertStateMapper::GetAlertStateForName
AWS_CLOUDWATCHOMNI_API AlertState GetAlertStateForName(const Aws::String &name)
Aws::CloudWatchOmni::Model::AlertStateMapper::GetNameForAlertState
AWS_CLOUDWATCHOMNI_API Aws::String GetNameForAlertState(AlertState value)
Aws::CloudWatchOmni::Model::AccessGrantPermission::NOT_SET
@ NOT_SET
Aws::CloudWatchOmni::Model::AlertState
AlertState
Definition
AlertState.h:13
Aws::CloudWatchOmni::Model::AlertState::WARNING
@ WARNING
Aws::CloudWatchOmni::Model::AlertState::CRITICAL
@ CRITICAL
Aws::CloudWatchOmni::Model::AlertState::OK
@ OK
Aws::CloudWatchOmni::Model::AlertState::NODATA
@ NODATA
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