7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename OrConditionsT = Aws::Vector<RulesSearchCriteria>>
44 m_orConditionsHasBeenSet =
true;
45 m_orConditions = std::forward<OrConditionsT>(value);
47 template <
typename OrConditionsT = Aws::Vector<RulesSearchCriteria>>
52 template <
typename OrConditionsT = RulesSearchCriteria>
54 m_orConditionsHasBeenSet =
true;
55 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
67 template <
typename AndConditionsT = Aws::Vector<RulesSearchCriteria>>
69 m_andConditionsHasBeenSet =
true;
70 m_andConditions = std::forward<AndConditionsT>(value);
72 template <
typename AndConditionsT = Aws::Vector<RulesSearchCriteria>>
77 template <
typename AndConditionsT = RulesSearchCriteria>
79 m_andConditionsHasBeenSet =
true;
80 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
95 template <
typename StringConditionT = StringCondition>
97 m_stringConditionHasBeenSet =
true;
98 m_stringCondition = std::forward<StringConditionT>(value);
100 template <
typename StringConditionT = StringCondition>
112 bool m_orConditionsHasBeenSet =
false;
113 bool m_andConditionsHasBeenSet =
false;
114 bool m_stringConditionHasBeenSet =
false;
AWS_CONNECT_API RulesSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
RulesSearchCriteria & AddAndConditions(AndConditionsT &&value)
RulesSearchCriteria & WithAndConditions(AndConditionsT &&value)
AWS_CONNECT_API RulesSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOrConditions(OrConditionsT &&value)
bool OrConditionsHasBeenSet() const
bool StringConditionHasBeenSet() const
AWS_CONNECT_API RulesSearchCriteria()=default
void SetStringCondition(StringConditionT &&value)
const Aws::Vector< RulesSearchCriteria > & GetOrConditions() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const StringCondition & GetStringCondition() const
RulesSearchCriteria & WithStringCondition(StringConditionT &&value)
bool AndConditionsHasBeenSet() const
RulesSearchCriteria & WithOrConditions(OrConditionsT &&value)
RulesSearchCriteria & AddOrConditions(OrConditionsT &&value)
void SetAndConditions(AndConditionsT &&value)
const Aws::Vector< RulesSearchCriteria > & GetAndConditions() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue