/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details about the Exploit Prediction Scoring System (EPSS) score for a
* finding.See Also:
AWS
* API Reference
The EPSS score.
*/ inline double GetScore() const{ return m_score; } /** *The EPSS score.
*/ inline bool ScoreHasBeenSet() const { return m_scoreHasBeenSet; } /** *The EPSS score.
*/ inline void SetScore(double value) { m_scoreHasBeenSet = true; m_score = value; } /** *The EPSS score.
*/ inline EpssDetails& WithScore(double value) { SetScore(value); return *this;} private: double m_score; bool m_scoreHasBeenSet = false; }; } // namespace Model } // namespace Inspector2 } // namespace Aws