7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/monitoring/model/AnomalyDetectorConfiguration.h>
10#include <aws/monitoring/model/AnomalyDetectorStateValue.h>
11#include <aws/monitoring/model/MetricCharacteristics.h>
12#include <aws/monitoring/model/SingleMetricAnomalyDetector.h>
13#include <aws/monitoring/model/MetricMathAnomalyDetector.h>
117 bool m_configurationHasBeenSet =
false;
120 bool m_stateValueHasBeenSet =
false;
123 bool m_metricCharacteristicsHasBeenSet =
false;
126 bool m_singleMetricAnomalyDetectorHasBeenSet =
false;
129 bool m_metricMathAnomalyDetectorHasBeenSet =
false;
void SetMetricMathAnomalyDetector(MetricMathAnomalyDetector &&value)
AnomalyDetector & WithMetricMathAnomalyDetector(const MetricMathAnomalyDetector &value)
AnomalyDetector & WithMetricMathAnomalyDetector(MetricMathAnomalyDetector &&value)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetSingleMetricAnomalyDetector(SingleMetricAnomalyDetector &&value)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_CLOUDWATCH_API AnomalyDetector & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const SingleMetricAnomalyDetector & GetSingleMetricAnomalyDetector() const
bool MetricCharacteristicsHasBeenSet() const
const AnomalyDetectorConfiguration & GetConfiguration() const
AnomalyDetector & WithStateValue(const AnomalyDetectorStateValue &value)
bool SingleMetricAnomalyDetectorHasBeenSet() const
AnomalyDetector & WithConfiguration(const AnomalyDetectorConfiguration &value)
bool ConfigurationHasBeenSet() const
void SetSingleMetricAnomalyDetector(const SingleMetricAnomalyDetector &value)
AnomalyDetector & WithSingleMetricAnomalyDetector(SingleMetricAnomalyDetector &&value)
AnomalyDetector & WithConfiguration(AnomalyDetectorConfiguration &&value)
bool StateValueHasBeenSet() const
const MetricMathAnomalyDetector & GetMetricMathAnomalyDetector() const
void SetStateValue(AnomalyDetectorStateValue &&value)
AWS_CLOUDWATCH_API AnomalyDetector(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetMetricCharacteristics(MetricCharacteristics &&value)
bool MetricMathAnomalyDetectorHasBeenSet() const
AnomalyDetector & WithStateValue(AnomalyDetectorStateValue &&value)
AWS_CLOUDWATCH_API AnomalyDetector()
void SetMetricCharacteristics(const MetricCharacteristics &value)
const MetricCharacteristics & GetMetricCharacteristics() const
void SetConfiguration(const AnomalyDetectorConfiguration &value)
void SetStateValue(const AnomalyDetectorStateValue &value)
void SetMetricMathAnomalyDetector(const MetricMathAnomalyDetector &value)
AnomalyDetector & WithMetricCharacteristics(const MetricCharacteristics &value)
AnomalyDetector & WithSingleMetricAnomalyDetector(const SingleMetricAnomalyDetector &value)
AnomalyDetector & WithMetricCharacteristics(MetricCharacteristics &&value)
void SetConfiguration(AnomalyDetectorConfiguration &&value)
const AnomalyDetectorStateValue & GetStateValue() const
AnomalyDetectorStateValue
std::basic_ostream< char, std::char_traits< char > > OStream