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-application-insights
include
aws
application-insights
model
SeverityLevel.h
1
6
#pragma once
7
#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ApplicationInsights
13
{
14
namespace
Model
15
{
16
enum class
SeverityLevel
17
{
18
NOT_SET
,
19
Informative
,
20
Low
,
21
Medium
,
22
High
23
};
24
25
namespace
SeverityLevelMapper
26
{
27
AWS_APPLICATIONINSIGHTS_API
SeverityLevel
GetSeverityLevelForName
(
const
Aws::String
& name);
28
29
AWS_APPLICATIONINSIGHTS_API
Aws::String
GetNameForSeverityLevel
(
SeverityLevel
value);
30
}
// namespace SeverityLevelMapper
31
}
// namespace Model
32
}
// namespace ApplicationInsights
33
}
// namespace Aws
Aws::ApplicationInsights::Model::SeverityLevelMapper::GetNameForSeverityLevel
AWS_APPLICATIONINSIGHTS_API Aws::String GetNameForSeverityLevel(SeverityLevel value)
Aws::ApplicationInsights::Model::SeverityLevelMapper::GetSeverityLevelForName
AWS_APPLICATIONINSIGHTS_API SeverityLevel GetSeverityLevelForName(const Aws::String &name)
Aws::ApplicationInsights::Model::SeverityLevel
SeverityLevel
Definition
SeverityLevel.h:17
Aws::ApplicationInsights::Model::SeverityLevel::Low
@ Low
Aws::ApplicationInsights::Model::SeverityLevel::High
@ High
Aws::ApplicationInsights::Model::SeverityLevel::Medium
@ Medium
Aws::ApplicationInsights::Model::SeverityLevel::Informative
@ Informative
Aws::ApplicationInsights::Model::CloudWatchEventSource::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