7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/JmxExporter.h>
9#include <aws/kafka/model/NodeExporter.h>
46 template <
typename JmxExporterT = JmxExporter>
48 m_jmxExporterHasBeenSet =
true;
49 m_jmxExporter = std::forward<JmxExporterT>(value);
51 template <
typename JmxExporterT = JmxExporter>
67 template <
typename NodeExporterT = NodeExporter>
69 m_nodeExporterHasBeenSet =
true;
70 m_nodeExporter = std::forward<NodeExporterT>(value);
72 template <
typename NodeExporterT = NodeExporter>
82 bool m_jmxExporterHasBeenSet =
false;
83 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