AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
ZeppelinMonitoringConfigurationUpdate.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/LogLevel.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalyticsV2 {
20namespace Model {
21
29 public:
30 AWS_KINESISANALYTICSV2_API ZeppelinMonitoringConfigurationUpdate() = default;
33 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline LogLevel GetLogLevelUpdate() const { return m_logLevelUpdate; }
41 inline bool LogLevelUpdateHasBeenSet() const { return m_logLevelUpdateHasBeenSet; }
42 inline void SetLogLevelUpdate(LogLevel value) {
43 m_logLevelUpdateHasBeenSet = true;
44 m_logLevelUpdate = value;
45 }
47 SetLogLevelUpdate(value);
48 return *this;
49 }
51 private:
52 LogLevel m_logLevelUpdate{LogLevel::NOT_SET};
53 bool m_logLevelUpdateHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace KinesisAnalyticsV2
58} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ZeppelinMonitoringConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API ZeppelinMonitoringConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API ZeppelinMonitoringConfigurationUpdate()=default
Aws::Utils::Json::JsonValue JsonValue