7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/connect/model/Range.h>
10#include <aws/connect/model/MatchCriteria.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename ValueT = Aws::String>
62 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
63 template<
typename ValueT = Aws::String>
73 inline void SetProficiencyLevel(
double value) { m_proficiencyLevelHasBeenSet =
true; m_proficiencyLevel = value; }
83 template<
typename RangeT = Range>
84 void SetRange(RangeT&& value) { m_rangeHasBeenSet =
true; m_range = std::forward<RangeT>(value); }
85 template<
typename RangeT = Range>
95 template<
typename MatchCriteriaT = MatchCriteria>
96 void SetMatchCriteria(MatchCriteriaT&& value) { m_matchCriteriaHasBeenSet =
true; m_matchCriteria = std::forward<MatchCriteriaT>(value); }
97 template<
typename MatchCriteriaT = MatchCriteria>
107 template<
typename ComparisonOperatorT = Aws::String>
108 void SetComparisonOperator(ComparisonOperatorT&& value) { m_comparisonOperatorHasBeenSet =
true; m_comparisonOperator = std::forward<ComparisonOperatorT>(value); }
109 template<
typename ComparisonOperatorT = Aws::String>
115 bool m_nameHasBeenSet =
false;
118 bool m_valueHasBeenSet =
false;
120 double m_proficiencyLevel{0.0};
121 bool m_proficiencyLevelHasBeenSet =
false;
124 bool m_rangeHasBeenSet =
false;
126 MatchCriteria m_matchCriteria;
127 bool m_matchCriteriaHasBeenSet =
false;
130 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