AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
JmxExporterInfo.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Kafka {
17namespace Model {
18
28 public:
29 AWS_KAFKA_API JmxExporterInfo() = default;
32 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
41 inline bool GetEnabledInBroker() const { return m_enabledInBroker; }
42 inline bool EnabledInBrokerHasBeenSet() const { return m_enabledInBrokerHasBeenSet; }
43 inline void SetEnabledInBroker(bool value) {
44 m_enabledInBrokerHasBeenSet = true;
45 m_enabledInBroker = value;
46 }
48 SetEnabledInBroker(value);
49 return *this;
50 }
52 private:
53 bool m_enabledInBroker{false};
54 bool m_enabledInBrokerHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Kafka
59} // namespace Aws
JmxExporterInfo & WithEnabledInBroker(bool value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API JmxExporterInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API JmxExporterInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API JmxExporterInfo()=default
Aws::Utils::Json::JsonValue JsonValue