7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/JmxExporterInfo.h>
9#include <aws/kafka/model/NodeExporterInfo.h>
46 template <
typename JmxExporterT = JmxExporterInfo>
48 m_jmxExporterHasBeenSet =
true;
49 m_jmxExporter = std::forward<JmxExporterT>(value);
51 template <
typename JmxExporterT = JmxExporterInfo>
67 template <
typename NodeExporterT = NodeExporterInfo>
69 m_nodeExporterHasBeenSet =
true;
70 m_nodeExporter = std::forward<NodeExporterT>(value);
72 template <
typename NodeExporterT = NodeExporterInfo>
82 bool m_jmxExporterHasBeenSet =
false;
83 bool m_nodeExporterHasBeenSet =
false;
void SetNodeExporter(NodeExporterT &&value)
PrometheusInfo & WithJmxExporter(JmxExporterT &&value)
AWS_KAFKA_API PrometheusInfo(Aws::Utils::Json::JsonView jsonValue)
const JmxExporterInfo & GetJmxExporter() const
AWS_KAFKA_API PrometheusInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NodeExporterHasBeenSet() const
void SetJmxExporter(JmxExporterT &&value)
AWS_KAFKA_API PrometheusInfo()=default
PrometheusInfo & WithNodeExporter(NodeExporterT &&value)
const NodeExporterInfo & GetNodeExporter() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
bool JmxExporterHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue