7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/BooleanCondition.h>
9#include <aws/connect/model/DateTimeCondition.h>
10#include <aws/connect/model/NumberCondition.h>
11#include <aws/connect/model/StringCondition.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename OrConditionsT = Aws::Vector<EvaluationFormSearchCriteria>>
48 m_orConditionsHasBeenSet =
true;
49 m_orConditions = std::forward<OrConditionsT>(value);
51 template <
typename OrConditionsT = Aws::Vector<EvaluationFormSearchCriteria>>
56 template <
typename OrConditionsT = EvaluationFormSearchCriteria>
58 m_orConditionsHasBeenSet =
true;
59 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
71 template <
typename AndConditionsT = Aws::Vector<EvaluationFormSearchCriteria>>
73 m_andConditionsHasBeenSet =
true;
74 m_andConditions = std::forward<AndConditionsT>(value);
76 template <
typename AndConditionsT = Aws::Vector<EvaluationFormSearchCriteria>>
81 template <
typename AndConditionsT = EvaluationFormSearchCriteria>
83 m_andConditionsHasBeenSet =
true;
84 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
93 template <
typename StringConditionT = StringCondition>
95 m_stringConditionHasBeenSet =
true;
96 m_stringCondition = std::forward<StringConditionT>(value);
98 template <
typename StringConditionT = StringCondition>
109 template <
typename NumberConditionT = NumberCondition>
111 m_numberConditionHasBeenSet =
true;
112 m_numberCondition = std::forward<NumberConditionT>(value);
114 template <
typename NumberConditionT = NumberCondition>
127 template <
typename BooleanConditionT = BooleanCondition>
129 m_booleanConditionHasBeenSet =
true;
130 m_booleanCondition = std::forward<BooleanConditionT>(value);
132 template <
typename BooleanConditionT = BooleanCondition>
145 template <
typename DateTimeConditionT = DateTimeCondition>
147 m_dateTimeConditionHasBeenSet =
true;
148 m_dateTimeCondition = std::forward<DateTimeConditionT>(value);
150 template <
typename DateTimeConditionT = DateTimeCondition>
168 bool m_orConditionsHasBeenSet =
false;
169 bool m_andConditionsHasBeenSet =
false;
170 bool m_stringConditionHasBeenSet =
false;
171 bool m_numberConditionHasBeenSet =
false;
172 bool m_booleanConditionHasBeenSet =
false;
173 bool m_dateTimeConditionHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue