7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/model/DataQualityMetricType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LookoutMetrics
60 template<
typename MetricDescriptionT = Aws::String>
61 void SetMetricDescription(MetricDescriptionT&& value) { m_metricDescriptionHasBeenSet =
true; m_metricDescription = std::forward<MetricDescriptionT>(value); }
62 template<
typename MetricDescriptionT = Aws::String>
72 template<
typename RelatedColumnNameT = Aws::String>
73 void SetRelatedColumnName(RelatedColumnNameT&& value) { m_relatedColumnNameHasBeenSet =
true; m_relatedColumnName = std::forward<RelatedColumnNameT>(value); }
74 template<
typename RelatedColumnNameT = Aws::String>
84 inline void SetMetricValue(
double value) { m_metricValueHasBeenSet =
true; m_metricValue = value; }
90 bool m_metricTypeHasBeenSet =
false;
93 bool m_metricDescriptionHasBeenSet =
false;
96 bool m_relatedColumnNameHasBeenSet =
false;
98 double m_metricValue{0.0};
99 bool m_metricValueHasBeenSet =
false;
AWS_LOOKOUTMETRICS_API DataQualityMetric & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRelatedColumnName(RelatedColumnNameT &&value)
const Aws::String & GetMetricDescription() const
AWS_LOOKOUTMETRICS_API DataQualityMetric(Aws::Utils::Json::JsonView jsonValue)
DataQualityMetric & WithMetricType(DataQualityMetricType value)
DataQualityMetricType GetMetricType() const
void SetMetricType(DataQualityMetricType value)
void SetMetricValue(double value)
bool MetricValueHasBeenSet() const
double GetMetricValue() const
const Aws::String & GetRelatedColumnName() const
void SetMetricDescription(MetricDescriptionT &&value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
DataQualityMetric & WithMetricDescription(MetricDescriptionT &&value)
DataQualityMetric & WithRelatedColumnName(RelatedColumnNameT &&value)
bool MetricTypeHasBeenSet() const
bool RelatedColumnNameHasBeenSet() const
DataQualityMetric & WithMetricValue(double value)
bool MetricDescriptionHasBeenSet() const
AWS_LOOKOUTMETRICS_API DataQualityMetric()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue