7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
41 m_baseScoreHasBeenSet =
true;
56 template <
typename ScoringVectorT = Aws::String>
58 m_scoringVectorHasBeenSet =
true;
59 m_scoringVector = std::forward<ScoringVectorT>(value);
61 template <
typename ScoringVectorT = Aws::String>
74 template <
typename SourceT = Aws::String>
76 m_sourceHasBeenSet =
true;
77 m_source = std::forward<SourceT>(value);
79 template <
typename SourceT = Aws::String>
92 template <
typename VersionT = Aws::String>
94 m_versionHasBeenSet =
true;
95 m_version = std::forward<VersionT>(value);
97 template <
typename VersionT = Aws::String>
104 double m_baseScore{0.0};
111 bool m_baseScoreHasBeenSet =
false;
112 bool m_scoringVectorHasBeenSet =
false;
113 bool m_sourceHasBeenSet =
false;
114 bool m_versionHasBeenSet =
false;
const Aws::String & GetSource() const
CvssScore & WithBaseScore(double value)
double GetBaseScore() const
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVersion(VersionT &&value)
bool VersionHasBeenSet() const
void SetBaseScore(double value)
AWS_ECR_API CvssScore()=default
CvssScore & WithSource(SourceT &&value)
CvssScore & WithVersion(VersionT &&value)
bool BaseScoreHasBeenSet() const
AWS_ECR_API CvssScore & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSource(SourceT &&value)
bool SourceHasBeenSet() const
AWS_ECR_API CvssScore(Aws::Utils::Json::JsonView jsonValue)
bool ScoringVectorHasBeenSet() const
CvssScore & WithScoringVector(ScoringVectorT &&value)
const Aws::String & GetScoringVector() const
void SetScoringVector(ScoringVectorT &&value)
const Aws::String & GetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue