/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Aggregated details about the measures contributing to the anomaly group, and
* the measures potentially impacted by the anomaly group.See
* Also:
AWS
* API Reference
The name of the measure.
*/ inline const Aws::String& GetMetricName() const{ return m_metricName; } /** *The name of the measure.
*/ inline bool MetricNameHasBeenSet() const { return m_metricNameHasBeenSet; } /** *The name of the measure.
*/ inline void SetMetricName(const Aws::String& value) { m_metricNameHasBeenSet = true; m_metricName = value; } /** *The name of the measure.
*/ inline void SetMetricName(Aws::String&& value) { m_metricNameHasBeenSet = true; m_metricName = std::move(value); } /** *The name of the measure.
*/ inline void SetMetricName(const char* value) { m_metricNameHasBeenSet = true; m_metricName.assign(value); } /** *The name of the measure.
*/ inline InterMetricImpactDetails& WithMetricName(const Aws::String& value) { SetMetricName(value); return *this;} /** *The name of the measure.
*/ inline InterMetricImpactDetails& WithMetricName(Aws::String&& value) { SetMetricName(std::move(value)); return *this;} /** *The name of the measure.
*/ inline InterMetricImpactDetails& WithMetricName(const char* value) { SetMetricName(value); return *this;} /** *The ID of the anomaly group.
*/ inline const Aws::String& GetAnomalyGroupId() const{ return m_anomalyGroupId; } /** *The ID of the anomaly group.
*/ inline bool AnomalyGroupIdHasBeenSet() const { return m_anomalyGroupIdHasBeenSet; } /** *The ID of the anomaly group.
*/ inline void SetAnomalyGroupId(const Aws::String& value) { m_anomalyGroupIdHasBeenSet = true; m_anomalyGroupId = value; } /** *The ID of the anomaly group.
*/ inline void SetAnomalyGroupId(Aws::String&& value) { m_anomalyGroupIdHasBeenSet = true; m_anomalyGroupId = std::move(value); } /** *The ID of the anomaly group.
*/ inline void SetAnomalyGroupId(const char* value) { m_anomalyGroupIdHasBeenSet = true; m_anomalyGroupId.assign(value); } /** *The ID of the anomaly group.
*/ inline InterMetricImpactDetails& WithAnomalyGroupId(const Aws::String& value) { SetAnomalyGroupId(value); return *this;} /** *The ID of the anomaly group.
*/ inline InterMetricImpactDetails& WithAnomalyGroupId(Aws::String&& value) { SetAnomalyGroupId(std::move(value)); return *this;} /** *The ID of the anomaly group.
*/ inline InterMetricImpactDetails& WithAnomalyGroupId(const char* value) { SetAnomalyGroupId(value); return *this;} /** *Whether a measure is a potential cause of the anomaly group
* (CAUSE_OF_INPUT_ANOMALY_GROUP
), or whether the measure is impacted
* by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP
).
Whether a measure is a potential cause of the anomaly group
* (CAUSE_OF_INPUT_ANOMALY_GROUP
), or whether the measure is impacted
* by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP
).
Whether a measure is a potential cause of the anomaly group
* (CAUSE_OF_INPUT_ANOMALY_GROUP
), or whether the measure is impacted
* by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP
).
Whether a measure is a potential cause of the anomaly group
* (CAUSE_OF_INPUT_ANOMALY_GROUP
), or whether the measure is impacted
* by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP
).
Whether a measure is a potential cause of the anomaly group
* (CAUSE_OF_INPUT_ANOMALY_GROUP
), or whether the measure is impacted
* by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP
).
Whether a measure is a potential cause of the anomaly group
* (CAUSE_OF_INPUT_ANOMALY_GROUP
), or whether the measure is impacted
* by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP
).
For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP
), the
* percentage contribution the measure has in causing the anomalies.
For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP
), the
* percentage contribution the measure has in causing the anomalies.
For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP
), the
* percentage contribution the measure has in causing the anomalies.
For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP
), the
* percentage contribution the measure has in causing the anomalies.