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>
55 template<
typename ExcludedTimeRangesT = Aws::Vector<Range>>
56 void SetExcludedTimeRanges(ExcludedTimeRangesT&& value) { m_excludedTimeRangesHasBeenSet =
true; m_excludedTimeRanges = std::forward<ExcludedTimeRangesT>(value); }
57 template<
typename ExcludedTimeRangesT = Aws::Vector<Range>>
59 template<
typename ExcludedTimeRangesT = Range>
73 template<
typename MetricTimezoneT = Aws::String>
74 void SetMetricTimezone(MetricTimezoneT&& value) { m_metricTimezoneHasBeenSet =
true; m_metricTimezone = std::forward<MetricTimezoneT>(value); }
75 template<
typename MetricTimezoneT = Aws::String>
81 bool m_excludedTimeRangesHasBeenSet =
false;
84 bool m_metricTimezoneHasBeenSet =
false;
void SetMetricTimezone(MetricTimezoneT &&value)
AWS_CLOUDWATCH_API AnomalyDetectorConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MetricTimezoneHasBeenSet() const
AnomalyDetectorConfiguration & WithExcludedTimeRanges(ExcludedTimeRangesT &&value)
AWS_CLOUDWATCH_API AnomalyDetectorConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AnomalyDetectorConfiguration & AddExcludedTimeRanges(ExcludedTimeRangesT &&value)
const Aws::Vector< Range > & GetExcludedTimeRanges() const
AWS_CLOUDWATCH_API AnomalyDetectorConfiguration()=default
bool ExcludedTimeRangesHasBeenSet() const
const Aws::String & GetMetricTimezone() const
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetExcludedTimeRanges(ExcludedTimeRangesT &&value)
AnomalyDetectorConfiguration & WithMetricTimezone(MetricTimezoneT &&value)
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
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