7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/MatchCriteria.h>
9#include <aws/connect/model/Range.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename ValueT = Aws::String>
63 m_valueHasBeenSet =
true;
64 m_value = std::forward<ValueT>(value);
66 template <
typename ValueT = Aws::String>
68 SetValue(std::forward<ValueT>(value));
80 m_proficiencyLevelHasBeenSet =
true;
81 m_proficiencyLevel = value;
95 template <
typename RangeT = Range>
97 m_rangeHasBeenSet =
true;
98 m_range = std::forward<RangeT>(value);
100 template <
typename RangeT = Range>
102 SetRange(std::forward<RangeT>(value));
113 template <
typename MatchCriteriaT = MatchCriteria>
115 m_matchCriteriaHasBeenSet =
true;
116 m_matchCriteria = std::forward<MatchCriteriaT>(value);
118 template <
typename MatchCriteriaT = MatchCriteria>
131 template <
typename ComparisonOperatorT = Aws::String>
133 m_comparisonOperatorHasBeenSet =
true;
134 m_comparisonOperator = std::forward<ComparisonOperatorT>(value);
136 template <
typename ComparisonOperatorT = Aws::String>
147 double m_proficiencyLevel{0.0};
151 MatchCriteria m_matchCriteria;
154 bool m_nameHasBeenSet =
false;
155 bool m_valueHasBeenSet =
false;
156 bool m_proficiencyLevelHasBeenSet =
false;
157 bool m_rangeHasBeenSet =
false;
158 bool m_matchCriteriaHasBeenSet =
false;
159 bool m_comparisonOperatorHasBeenSet =
false;
void SetRange(RangeT &&value)
AttributeCondition & WithRange(RangeT &&value)
void SetValue(ValueT &&value)
AttributeCondition & WithMatchCriteria(MatchCriteriaT &&value)
bool ProficiencyLevelHasBeenSet() const
void SetComparisonOperator(ComparisonOperatorT &&value)
const Aws::String & GetName() const
AttributeCondition & WithProficiencyLevel(double value)
const Range & GetRange() const
AttributeCondition & WithValue(ValueT &&value)
void SetProficiencyLevel(double value)
AWS_CONNECT_API AttributeCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API AttributeCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API AttributeCondition()=default
const MatchCriteria & GetMatchCriteria() const
bool MatchCriteriaHasBeenSet() const
bool ValueHasBeenSet() const
bool RangeHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetComparisonOperator() const
double GetProficiencyLevel() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AttributeCondition & WithName(NameT &&value)
bool ComparisonOperatorHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetValue() const
AttributeCondition & WithComparisonOperator(ComparisonOperatorT &&value)
void SetMatchCriteria(MatchCriteriaT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue