7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/monitoring/model/AnomalyDetectorConfiguration.h>
10#include <aws/monitoring/model/MetricCharacteristics.h>
11#include <aws/monitoring/model/SingleMetricAnomalyDetector.h>
12#include <aws/monitoring/model/MetricMathAnomalyDetector.h>
113 bool m_configurationHasBeenSet =
false;
116 bool m_metricCharacteristicsHasBeenSet =
false;
119 bool m_singleMetricAnomalyDetectorHasBeenSet =
false;
122 bool m_metricMathAnomalyDetectorHasBeenSet =
false;
const MetricMathAnomalyDetector & GetMetricMathAnomalyDetector() const
PutAnomalyDetectorRequest & WithMetricCharacteristics(const MetricCharacteristics &value)
void SetSingleMetricAnomalyDetector(SingleMetricAnomalyDetector &&value)
void SetMetricCharacteristics(const MetricCharacteristics &value)
PutAnomalyDetectorRequest & WithConfiguration(AnomalyDetectorConfiguration &&value)
void SetMetricMathAnomalyDetector(const MetricMathAnomalyDetector &value)
const SingleMetricAnomalyDetector & GetSingleMetricAnomalyDetector() const
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
PutAnomalyDetectorRequest & WithSingleMetricAnomalyDetector(const SingleMetricAnomalyDetector &value)
PutAnomalyDetectorRequest & WithConfiguration(const AnomalyDetectorConfiguration &value)
PutAnomalyDetectorRequest & WithMetricMathAnomalyDetector(const MetricMathAnomalyDetector &value)
bool SingleMetricAnomalyDetectorHasBeenSet() const
bool ConfigurationHasBeenSet() const
const AnomalyDetectorConfiguration & GetConfiguration() const
virtual const char * GetServiceRequestName() const override
AWS_CLOUDWATCH_API PutAnomalyDetectorRequest()
bool MetricCharacteristicsHasBeenSet() const
bool MetricMathAnomalyDetectorHasBeenSet() const
void SetSingleMetricAnomalyDetector(const SingleMetricAnomalyDetector &value)
PutAnomalyDetectorRequest & WithSingleMetricAnomalyDetector(SingleMetricAnomalyDetector &&value)
void SetConfiguration(const AnomalyDetectorConfiguration &value)
PutAnomalyDetectorRequest & WithMetricCharacteristics(MetricCharacteristics &&value)
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
const MetricCharacteristics & GetMetricCharacteristics() const
PutAnomalyDetectorRequest & WithMetricMathAnomalyDetector(MetricMathAnomalyDetector &&value)
void SetMetricCharacteristics(MetricCharacteristics &&value)
void SetConfiguration(AnomalyDetectorConfiguration &&value)
void SetMetricMathAnomalyDetector(MetricMathAnomalyDetector &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String