7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/JmxExporterInfo.h>
9#include <aws/kafka/model/NodeExporterInfo.h>
52 template<
typename JmxExporterT = JmxExporterInfo>
53 void SetJmxExporter(JmxExporterT&& value) { m_jmxExporterHasBeenSet =
true; m_jmxExporter = std::forward<JmxExporterT>(value); }
54 template<
typename JmxExporterT = JmxExporterInfo>
67 template<
typename NodeExporterT = NodeExporterInfo>
68 void SetNodeExporter(NodeExporterT&& value) { m_nodeExporterHasBeenSet =
true; m_nodeExporter = std::forward<NodeExporterT>(value); }
69 template<
typename NodeExporterT = NodeExporterInfo>
75 bool m_jmxExporterHasBeenSet =
false;
78 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