7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LookoutMetrics
46 template<
typename AnomalyGroupIdT = Aws::String>
47 void SetAnomalyGroupId(AnomalyGroupIdT&& value) { m_anomalyGroupIdHasBeenSet =
true; m_anomalyGroupId = std::forward<AnomalyGroupIdT>(value); }
48 template<
typename AnomalyGroupIdT = Aws::String>
58 template<
typename TimeSeriesIdT = Aws::String>
59 void SetTimeSeriesId(TimeSeriesIdT&& value) { m_timeSeriesIdHasBeenSet =
true; m_timeSeriesId = std::forward<TimeSeriesIdT>(value); }
60 template<
typename TimeSeriesIdT = Aws::String>
70 inline void SetIsAnomaly(
bool value) { m_isAnomalyHasBeenSet =
true; m_isAnomaly = value; }
76 bool m_anomalyGroupIdHasBeenSet =
false;
79 bool m_timeSeriesIdHasBeenSet =
false;
81 bool m_isAnomaly{
false};
82 bool m_isAnomalyHasBeenSet =
false;
AnomalyGroupTimeSeriesFeedback & WithAnomalyGroupId(AnomalyGroupIdT &&value)
const Aws::String & GetAnomalyGroupId() const
bool AnomalyGroupIdHasBeenSet() const
AWS_LOOKOUTMETRICS_API AnomalyGroupTimeSeriesFeedback & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTimeSeriesId() const
AnomalyGroupTimeSeriesFeedback & WithTimeSeriesId(TimeSeriesIdT &&value)
bool IsAnomalyHasBeenSet() const
bool GetIsAnomaly() const
AWS_LOOKOUTMETRICS_API AnomalyGroupTimeSeriesFeedback()=default
AnomalyGroupTimeSeriesFeedback & WithIsAnomaly(bool value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsAnomaly(bool value)
void SetAnomalyGroupId(AnomalyGroupIdT &&value)
AWS_LOOKOUTMETRICS_API AnomalyGroupTimeSeriesFeedback(Aws::Utils::Json::JsonView jsonValue)
void SetTimeSeriesId(TimeSeriesIdT &&value)
bool TimeSeriesIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue