7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/monitoring/model/Range.h>
75 inline void SetMetricTimezone(
const char* value) { m_metricTimezoneHasBeenSet =
true; m_metricTimezone.assign(value); }
83 bool m_excludedTimeRangesHasBeenSet =
false;
86 bool m_metricTimezoneHasBeenSet =
false;
AWS_CLOUDWATCH_API AnomalyDetectorConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MetricTimezoneHasBeenSet() const
void SetExcludedTimeRanges(Aws::Vector< Range > &&value)
AWS_CLOUDWATCH_API AnomalyDetectorConfiguration()
AnomalyDetectorConfiguration & WithMetricTimezone(Aws::String &&value)
AWS_CLOUDWATCH_API AnomalyDetectorConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AnomalyDetectorConfiguration & AddExcludedTimeRanges(Range &&value)
const Aws::Vector< Range > & GetExcludedTimeRanges() const
AnomalyDetectorConfiguration & AddExcludedTimeRanges(const Range &value)
void SetMetricTimezone(const char *value)
bool ExcludedTimeRangesHasBeenSet() const
void SetExcludedTimeRanges(const Aws::Vector< Range > &value)
const Aws::String & GetMetricTimezone() const
AnomalyDetectorConfiguration & WithExcludedTimeRanges(const Aws::Vector< Range > &value)
void SetMetricTimezone(const Aws::String &value)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AnomalyDetectorConfiguration & WithExcludedTimeRanges(Aws::Vector< Range > &&value)
AnomalyDetectorConfiguration & WithMetricTimezone(const char *value)
AnomalyDetectorConfiguration & WithMetricTimezone(const Aws::String &value)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetMetricTimezone(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream