AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EpssDetails.h
1
6#pragma once
7#include <aws/inspector2/Inspector2_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Inspector2
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_INSPECTOR2_API EpssDetails();
34 AWS_INSPECTOR2_API EpssDetails(Aws::Utils::Json::JsonView jsonValue);
35 AWS_INSPECTOR2_API EpssDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline double GetScore() const{ return m_score; }
44 inline bool ScoreHasBeenSet() const { return m_scoreHasBeenSet; }
45 inline void SetScore(double value) { m_scoreHasBeenSet = true; m_score = value; }
46 inline EpssDetails& WithScore(double value) { SetScore(value); return *this;}
48 private:
49
50 double m_score;
51 bool m_scoreHasBeenSet = false;
52 };
53
54} // namespace Model
55} // namespace Inspector2
56} // namespace Aws
EpssDetails & WithScore(double value)
Definition EpssDetails.h:46
AWS_INSPECTOR2_API EpssDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API EpssDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API EpssDetails()
Aws::Utils::Json::JsonValue JsonValue