AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
MonitoringConfigurationUpdate.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 MonitoringConfigurationUpdate() = default;
38 AWS_KINESISANALYTICSV2_API MonitoringConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue);
40 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
50 inline ConfigurationType GetConfigurationTypeUpdate() const { return m_configurationTypeUpdate; }
51 inline bool ConfigurationTypeUpdateHasBeenSet() const { return m_configurationTypeUpdateHasBeenSet; }
52 inline void SetConfigurationTypeUpdate(ConfigurationType value) { m_configurationTypeUpdateHasBeenSet = true; m_configurationTypeUpdate = value; }
55
57
62 inline MetricsLevel GetMetricsLevelUpdate() const { return m_metricsLevelUpdate; }
63 inline bool MetricsLevelUpdateHasBeenSet() const { return m_metricsLevelUpdateHasBeenSet; }
64 inline void SetMetricsLevelUpdate(MetricsLevel value) { m_metricsLevelUpdateHasBeenSet = true; m_metricsLevelUpdate = value; }
67
69
73 inline LogLevel GetLogLevelUpdate() const { return m_logLevelUpdate; }
74 inline bool LogLevelUpdateHasBeenSet() const { return m_logLevelUpdateHasBeenSet; }
75 inline void SetLogLevelUpdate(LogLevel value) { m_logLevelUpdateHasBeenSet = true; m_logLevelUpdate = value; }
78 private:
79
80 ConfigurationType m_configurationTypeUpdate{ConfigurationType::NOT_SET};
81 bool m_configurationTypeUpdateHasBeenSet = false;
82
83 MetricsLevel m_metricsLevelUpdate{MetricsLevel::NOT_SET};
84 bool m_metricsLevelUpdateHasBeenSet = false;
85
86 LogLevel m_logLevelUpdate{LogLevel::NOT_SET};
87 bool m_logLevelUpdateHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace KinesisAnalyticsV2
92} // namespace Aws
MonitoringConfigurationUpdate & WithMetricsLevelUpdate(MetricsLevel value)
AWS_KINESISANALYTICSV2_API MonitoringConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API MonitoringConfigurationUpdate()=default
AWS_KINESISANALYTICSV2_API MonitoringConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
MonitoringConfigurationUpdate & WithLogLevelUpdate(LogLevel value)
MonitoringConfigurationUpdate & WithConfigurationTypeUpdate(ConfigurationType value)
Aws::Utils::Json::JsonValue JsonValue