AWS SDK for C++

AWS SDK for C++ Version 1.11.752

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