/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Quantifies the anomaly. The higher score means that it's more anomalous.
* See Also:
AWS API
* Reference
The maximum score that's observed during the
* AnomalyDateInterval
.
The maximum score that's observed during the
* AnomalyDateInterval
.
The maximum score that's observed during the
* AnomalyDateInterval
.
The maximum score that's observed during the
* AnomalyDateInterval
.
The last observed score.
*/ inline double GetCurrentScore() const{ return m_currentScore; } /** *The last observed score.
*/ inline bool CurrentScoreHasBeenSet() const { return m_currentScoreHasBeenSet; } /** *The last observed score.
*/ inline void SetCurrentScore(double value) { m_currentScoreHasBeenSet = true; m_currentScore = value; } /** *The last observed score.
*/ inline AnomalyScore& WithCurrentScore(double value) { SetCurrentScore(value); return *this;} private: double m_maxScore; bool m_maxScoreHasBeenSet = false; double m_currentScore; bool m_currentScoreHasBeenSet = false; }; } // namespace Model } // namespace CostExplorer } // namespace Aws