AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MonitoringConfigurationDescription.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/ConfigurationType.h>
9#include <aws/kinesisanalyticsv2/model/MetricsLevel.h>
10#include <aws/kinesisanalyticsv2/model/LogLevel.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace KinesisAnalyticsV2
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_KINESISANALYTICSV2_API MonitoringConfigurationDescription() = default;
40 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline ConfigurationType GetConfigurationType() const { return m_configurationType; }
49 inline bool ConfigurationTypeHasBeenSet() const { return m_configurationTypeHasBeenSet; }
50 inline void SetConfigurationType(ConfigurationType value) { m_configurationTypeHasBeenSet = true; m_configurationType = value; }
53
55
58 inline MetricsLevel GetMetricsLevel() const { return m_metricsLevel; }
59 inline bool MetricsLevelHasBeenSet() const { return m_metricsLevelHasBeenSet; }
60 inline void SetMetricsLevel(MetricsLevel value) { m_metricsLevelHasBeenSet = true; m_metricsLevel = value; }
63
65
68 inline LogLevel GetLogLevel() const { return m_logLevel; }
69 inline bool LogLevelHasBeenSet() const { return m_logLevelHasBeenSet; }
70 inline void SetLogLevel(LogLevel value) { m_logLevelHasBeenSet = true; m_logLevel = value; }
73 private:
74
76 bool m_configurationTypeHasBeenSet = false;
77
78 MetricsLevel m_metricsLevel{MetricsLevel::NOT_SET};
79 bool m_metricsLevelHasBeenSet = false;
80
81 LogLevel m_logLevel{LogLevel::NOT_SET};
82 bool m_logLevelHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace KinesisAnalyticsV2
87} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
MonitoringConfigurationDescription & WithConfigurationType(ConfigurationType value)
AWS_KINESISANALYTICSV2_API MonitoringConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API MonitoringConfigurationDescription()=default
MonitoringConfigurationDescription & WithMetricsLevel(MetricsLevel value)
AWS_KINESISANALYTICSV2_API MonitoringConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue