7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/LookoutMetricsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LookoutMetrics
42 template<
typename AnomalyDetectorArnT = Aws::String>
43 void SetAnomalyDetectorArn(AnomalyDetectorArnT&& value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn = std::forward<AnomalyDetectorArnT>(value); }
44 template<
typename AnomalyDetectorArnT = Aws::String>
54 template<
typename MetricSetArnT = Aws::String>
55 void SetMetricSetArn(MetricSetArnT&& value) { m_metricSetArnHasBeenSet =
true; m_metricSetArn = std::forward<MetricSetArnT>(value); }
56 template<
typename MetricSetArnT = Aws::String>
62 bool m_anomalyDetectorArnHasBeenSet =
false;
65 bool m_metricSetArnHasBeenSet =
false;
const Aws::String & GetAnomalyDetectorArn() const
void SetAnomalyDetectorArn(AnomalyDetectorArnT &&value)
GetDataQualityMetricsRequest & WithMetricSetArn(MetricSetArnT &&value)
bool MetricSetArnHasBeenSet() const
const Aws::String & GetMetricSetArn() const
GetDataQualityMetricsRequest & WithAnomalyDetectorArn(AnomalyDetectorArnT &&value)
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
bool AnomalyDetectorArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMetricSetArn(MetricSetArnT &&value)
AWS_LOOKOUTMETRICS_API GetDataQualityMetricsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String