AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Range.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
30 class Range
31 {
32 public:
33 AWS_CONNECT_API Range() = default;
34 AWS_CONNECT_API Range(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CONNECT_API Range& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline double GetMinProficiencyLevel() const { return m_minProficiencyLevel; }
44 inline bool MinProficiencyLevelHasBeenSet() const { return m_minProficiencyLevelHasBeenSet; }
45 inline void SetMinProficiencyLevel(double value) { m_minProficiencyLevelHasBeenSet = true; m_minProficiencyLevel = value; }
46 inline Range& WithMinProficiencyLevel(double value) { SetMinProficiencyLevel(value); return *this;}
48
50
53 inline double GetMaxProficiencyLevel() const { return m_maxProficiencyLevel; }
54 inline bool MaxProficiencyLevelHasBeenSet() const { return m_maxProficiencyLevelHasBeenSet; }
55 inline void SetMaxProficiencyLevel(double value) { m_maxProficiencyLevelHasBeenSet = true; m_maxProficiencyLevel = value; }
56 inline Range& WithMaxProficiencyLevel(double value) { SetMaxProficiencyLevel(value); return *this;}
58 private:
59
60 double m_minProficiencyLevel{0.0};
61 bool m_minProficiencyLevelHasBeenSet = false;
62
63 double m_maxProficiencyLevel{0.0};
64 bool m_maxProficiencyLevelHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Connect
69} // namespace Aws
AWS_CONNECT_API Range()=default
AWS_CONNECT_API Range & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetMaxProficiencyLevel() const
Definition Range.h:53
Range & WithMaxProficiencyLevel(double value)
Definition Range.h:56
double GetMinProficiencyLevel() const
Definition Range.h:43
Range & WithMinProficiencyLevel(double value)
Definition Range.h:46
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMinProficiencyLevel(double value)
Definition Range.h:45
bool MaxProficiencyLevelHasBeenSet() const
Definition Range.h:54
void SetMaxProficiencyLevel(double value)
Definition Range.h:55
bool MinProficiencyLevelHasBeenSet() const
Definition Range.h:44
AWS_CONNECT_API Range(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue