7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename OrConditionsT = Aws::Vector<PredefinedAttributeSearchCriteria>>
45 m_orConditionsHasBeenSet =
true;
46 m_orConditions = std::forward<OrConditionsT>(value);
48 template <
typename OrConditionsT = Aws::Vector<PredefinedAttributeSearchCriteria>>
53 template <
typename OrConditionsT = PredefinedAttributeSearchCriteria>
55 m_orConditionsHasBeenSet =
true;
56 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
68 template <
typename AndConditionsT = Aws::Vector<PredefinedAttributeSearchCriteria>>
70 m_andConditionsHasBeenSet =
true;
71 m_andConditions = std::forward<AndConditionsT>(value);
73 template <
typename AndConditionsT = Aws::Vector<PredefinedAttributeSearchCriteria>>
78 template <
typename AndConditionsT = PredefinedAttributeSearchCriteria>
80 m_andConditionsHasBeenSet =
true;
81 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
90 template <
typename StringConditionT = StringCondition>
92 m_stringConditionHasBeenSet =
true;
93 m_stringCondition = std::forward<StringConditionT>(value);
95 template <
typename StringConditionT = StringCondition>
107 bool m_orConditionsHasBeenSet =
false;
108 bool m_andConditionsHasBeenSet =
false;
109 bool m_stringConditionHasBeenSet =
false;
AWS_CONNECT_API PredefinedAttributeSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOrConditions(OrConditionsT &&value)
PredefinedAttributeSearchCriteria & WithOrConditions(OrConditionsT &&value)
PredefinedAttributeSearchCriteria & WithAndConditions(AndConditionsT &&value)
bool OrConditionsHasBeenSet() const
void SetAndConditions(AndConditionsT &&value)
const Aws::Vector< PredefinedAttributeSearchCriteria > & GetAndConditions() const
const Aws::Vector< PredefinedAttributeSearchCriteria > & GetOrConditions() const
const StringCondition & GetStringCondition() const
bool AndConditionsHasBeenSet() const
AWS_CONNECT_API PredefinedAttributeSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StringConditionHasBeenSet() const
PredefinedAttributeSearchCriteria & WithStringCondition(StringConditionT &&value)
PredefinedAttributeSearchCriteria & AddOrConditions(OrConditionsT &&value)
AWS_CONNECT_API PredefinedAttributeSearchCriteria()=default
void SetStringCondition(StringConditionT &&value)
PredefinedAttributeSearchCriteria & AddAndConditions(AndConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue