7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/LookoutMetricsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutmetrics/model/AutoDetectionMetricSource.h>
15namespace LookoutMetrics
44 inline void SetAnomalyDetectorArn(
const char* value) { m_anomalyDetectorArnHasBeenSet =
true; m_anomalyDetectorArn.assign(value); }
64 bool m_anomalyDetectorArnHasBeenSet =
false;
67 bool m_autoDetectionMetricSourceHasBeenSet =
false;
void SetAnomalyDetectorArn(Aws::String &&value)
DetectMetricSetConfigRequest & WithAutoDetectionMetricSource(const AutoDetectionMetricSource &value)
AWS_LOOKOUTMETRICS_API Aws::String SerializePayload() const override
DetectMetricSetConfigRequest & WithAnomalyDetectorArn(const char *value)
const AutoDetectionMetricSource & GetAutoDetectionMetricSource() const
void SetAutoDetectionMetricSource(AutoDetectionMetricSource &&value)
void SetAnomalyDetectorArn(const char *value)
const Aws::String & GetAnomalyDetectorArn() const
virtual const char * GetServiceRequestName() const override
void SetAutoDetectionMetricSource(const AutoDetectionMetricSource &value)
void SetAnomalyDetectorArn(const Aws::String &value)
bool AutoDetectionMetricSourceHasBeenSet() const
AWS_LOOKOUTMETRICS_API DetectMetricSetConfigRequest()
DetectMetricSetConfigRequest & WithAutoDetectionMetricSource(AutoDetectionMetricSource &&value)
DetectMetricSetConfigRequest & WithAnomalyDetectorArn(Aws::String &&value)
bool AnomalyDetectorArnHasBeenSet() const
DetectMetricSetConfigRequest & WithAnomalyDetectorArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String