AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JmxExporterInfo.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Kafka
20{
21namespace Model
22{
23
33 {
34 public:
35 AWS_KAFKA_API JmxExporterInfo();
38 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
48 inline bool GetEnabledInBroker() const{ return m_enabledInBroker; }
49 inline bool EnabledInBrokerHasBeenSet() const { return m_enabledInBrokerHasBeenSet; }
50 inline void SetEnabledInBroker(bool value) { m_enabledInBrokerHasBeenSet = true; m_enabledInBroker = value; }
51 inline JmxExporterInfo& WithEnabledInBroker(bool value) { SetEnabledInBroker(value); return *this;}
53 private:
54
55 bool m_enabledInBroker;
56 bool m_enabledInBrokerHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Kafka
61} // 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::Utils::Json::JsonValue JsonValue