AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
AnomalyDetectorConfig.h
1
6#pragma once
7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/model/Frequency.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace LookoutMetrics
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_LOOKOUTMETRICS_API AnomalyDetectorConfig() = default;
36 AWS_LOOKOUTMETRICS_API AnomalyDetectorConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline Frequency GetAnomalyDetectorFrequency() const { return m_anomalyDetectorFrequency; }
46 inline bool AnomalyDetectorFrequencyHasBeenSet() const { return m_anomalyDetectorFrequencyHasBeenSet; }
47 inline void SetAnomalyDetectorFrequency(Frequency value) { m_anomalyDetectorFrequencyHasBeenSet = true; m_anomalyDetectorFrequency = value; }
50 private:
51
52 Frequency m_anomalyDetectorFrequency{Frequency::NOT_SET};
53 bool m_anomalyDetectorFrequencyHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace LookoutMetrics
58} // namespace Aws
AWS_LOOKOUTMETRICS_API AnomalyDetectorConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTMETRICS_API AnomalyDetectorConfig(Aws::Utils::Json::JsonView jsonValue)
AnomalyDetectorConfig & WithAnomalyDetectorFrequency(Frequency value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOOKOUTMETRICS_API AnomalyDetectorConfig()=default
Aws::Utils::Json::JsonValue JsonValue