AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EvaluationScore.h
1
6#pragma once
7#include <aws/connect/Connect_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 Connect
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_CONNECT_API EvaluationScore();
34 AWS_CONNECT_API EvaluationScore(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline double GetPercentage() const{ return m_percentage; }
44 inline bool PercentageHasBeenSet() const { return m_percentageHasBeenSet; }
45 inline void SetPercentage(double value) { m_percentageHasBeenSet = true; m_percentage = value; }
46 inline EvaluationScore& WithPercentage(double value) { SetPercentage(value); return *this;}
48
50
53 inline bool GetNotApplicable() const{ return m_notApplicable; }
54 inline bool NotApplicableHasBeenSet() const { return m_notApplicableHasBeenSet; }
55 inline void SetNotApplicable(bool value) { m_notApplicableHasBeenSet = true; m_notApplicable = value; }
56 inline EvaluationScore& WithNotApplicable(bool value) { SetNotApplicable(value); return *this;}
58
60
64 inline bool GetAutomaticFail() const{ return m_automaticFail; }
65 inline bool AutomaticFailHasBeenSet() const { return m_automaticFailHasBeenSet; }
66 inline void SetAutomaticFail(bool value) { m_automaticFailHasBeenSet = true; m_automaticFail = value; }
67 inline EvaluationScore& WithAutomaticFail(bool value) { SetAutomaticFail(value); return *this;}
69 private:
70
71 double m_percentage;
72 bool m_percentageHasBeenSet = false;
73
74 bool m_notApplicable;
75 bool m_notApplicableHasBeenSet = false;
76
77 bool m_automaticFail;
78 bool m_automaticFailHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace Connect
83} // namespace Aws
AWS_CONNECT_API EvaluationScore & operator=(Aws::Utils::Json::JsonView jsonValue)
EvaluationScore & WithAutomaticFail(bool value)
AWS_CONNECT_API EvaluationScore(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
EvaluationScore & WithPercentage(double value)
EvaluationScore & WithNotApplicable(bool value)
Aws::Utils::Json::JsonValue JsonValue