AWS SDK for C++
AWS SDK for C++ Version 1.11.612
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-iot-managed-integrations
include
aws
iot-managed-integrations
model
LogLevel.h
1
6
#pragma once
7
#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTManagedIntegrations
13
{
14
namespace
Model
15
{
16
enum class
LogLevel
17
{
18
NOT_SET
,
19
DEBUG_
,
20
ERROR_
,
21
INFO
,
22
WARN
23
};
24
25
namespace
LogLevelMapper
26
{
27
AWS_IOTMANAGEDINTEGRATIONS_API
LogLevel
GetLogLevelForName
(
const
Aws::String
& name);
28
29
AWS_IOTMANAGEDINTEGRATIONS_API
Aws::String
GetNameForLogLevel
(
LogLevel
value);
30
}
// namespace LogLevelMapper
31
}
// namespace Model
32
}
// namespace IoTManagedIntegrations
33
}
// namespace Aws
Aws::IoTManagedIntegrations::Model::LogLevelMapper::GetLogLevelForName
AWS_IOTMANAGEDINTEGRATIONS_API LogLevel GetLogLevelForName(const Aws::String &name)
Aws::IoTManagedIntegrations::Model::LogLevelMapper::GetNameForLogLevel
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String GetNameForLogLevel(LogLevel value)
Aws::IoTManagedIntegrations::Model::LogLevel
LogLevel
Definition
LogLevel.h:17
Aws::IoTManagedIntegrations::Model::LogLevel::ERROR_
@ ERROR_
Aws::IoTManagedIntegrations::Model::LogLevel::WARN
@ WARN
Aws::IoTManagedIntegrations::Model::LogLevel::INFO
@ INFO
Aws::IoTManagedIntegrations::Model::LogLevel::DEBUG_
@ DEBUG_
Aws::IoTManagedIntegrations::Model::AbortCriteriaAction::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