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<EmailAddressSearchCriteria>>
45 m_orConditionsHasBeenSet =
true;
46 m_orConditions = std::forward<OrConditionsT>(value);
48 template <
typename OrConditionsT = Aws::Vector<EmailAddressSearchCriteria>>
53 template <
typename OrConditionsT = EmailAddressSearchCriteria>
55 m_orConditionsHasBeenSet =
true;
56 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
68 template <
typename AndConditionsT = Aws::Vector<EmailAddressSearchCriteria>>
70 m_andConditionsHasBeenSet =
true;
71 m_andConditions = std::forward<AndConditionsT>(value);
73 template <
typename AndConditionsT = Aws::Vector<EmailAddressSearchCriteria>>
78 template <
typename AndConditionsT = EmailAddressSearchCriteria>
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;
EmailAddressSearchCriteria & WithOrConditions(OrConditionsT &&value)
const Aws::Vector< EmailAddressSearchCriteria > & GetOrConditions() const
AWS_CONNECT_API EmailAddressSearchCriteria()=default
bool OrConditionsHasBeenSet() const
void SetAndConditions(AndConditionsT &&value)
EmailAddressSearchCriteria & WithStringCondition(StringConditionT &&value)
void SetStringCondition(StringConditionT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
EmailAddressSearchCriteria & AddOrConditions(OrConditionsT &&value)
const StringCondition & GetStringCondition() const
EmailAddressSearchCriteria & WithAndConditions(AndConditionsT &&value)
const Aws::Vector< EmailAddressSearchCriteria > & GetAndConditions() const
bool AndConditionsHasBeenSet() const
EmailAddressSearchCriteria & AddAndConditions(AndConditionsT &&value)
void SetOrConditions(OrConditionsT &&value)
AWS_CONNECT_API EmailAddressSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API EmailAddressSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StringConditionHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue