AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
ZeppelinMonitoringConfigurationDescription.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 ZeppelinMonitoringConfigurationDescription() = default;
33 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline LogLevel GetLogLevel() const { return m_logLevel; }
40 inline bool LogLevelHasBeenSet() const { return m_logLevelHasBeenSet; }
41 inline void SetLogLevel(LogLevel value) {
42 m_logLevelHasBeenSet = true;
43 m_logLevel = value;
44 }
46 SetLogLevel(value);
47 return *this;
48 }
50 private:
51 LogLevel m_logLevel{LogLevel::NOT_SET};
52 bool m_logLevelHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace KinesisAnalyticsV2
57} // namespace Aws
AWS_KINESISANALYTICSV2_API ZeppelinMonitoringConfigurationDescription()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ZeppelinMonitoringConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API ZeppelinMonitoringConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue