7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/JmxExporter.h>
9#include <aws/kafka/model/NodeExporter.h>
52 template<
typename JmxExporterT = JmxExporter>
53 void SetJmxExporter(JmxExporterT&& value) { m_jmxExporterHasBeenSet =
true; m_jmxExporter = std::forward<JmxExporterT>(value); }
54 template<
typename JmxExporterT = JmxExporter>
67 template<
typename NodeExporterT = NodeExporter>
68 void SetNodeExporter(NodeExporterT&& value) { m_nodeExporterHasBeenSet =
true; m_nodeExporter = std::forward<NodeExporterT>(value); }
69 template<
typename NodeExporterT = NodeExporter>
75 bool m_jmxExporterHasBeenSet =
false;
78 bool m_nodeExporterHasBeenSet =
false;
void SetNodeExporter(NodeExporterT &&value)
const JmxExporter & GetJmxExporter() const
Prometheus & WithJmxExporter(JmxExporterT &&value)
AWS_KAFKA_API Prometheus & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Prometheus()=default
bool JmxExporterHasBeenSet() const
const NodeExporter & GetNodeExporter() const
Prometheus & WithNodeExporter(NodeExporterT &&value)
bool NodeExporterHasBeenSet() const
void SetJmxExporter(JmxExporterT &&value)
AWS_KAFKA_API Prometheus(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue