7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/StringCondition.h>
49 template<
typename OrConditionsT = Aws::Vector<EmailAddressSearchCriteria>>
50 void SetOrConditions(OrConditionsT&& value) { m_orConditionsHasBeenSet =
true; m_orConditions = std::forward<OrConditionsT>(value); }
51 template<
typename OrConditionsT = Aws::Vector<EmailAddressSearchCriteria>>
53 template<
typename OrConditionsT = EmailAddressSearchCriteria>
64 template<
typename AndConditionsT = Aws::Vector<EmailAddressSearchCriteria>>
65 void SetAndConditions(AndConditionsT&& value) { m_andConditionsHasBeenSet =
true; m_andConditions = std::forward<AndConditionsT>(value); }
66 template<
typename AndConditionsT = Aws::Vector<EmailAddressSearchCriteria>>
68 template<
typename AndConditionsT = EmailAddressSearchCriteria>
76 template<
typename StringConditionT = StringCondition>
77 void SetStringCondition(StringConditionT&& value) { m_stringConditionHasBeenSet =
true; m_stringCondition = std::forward<StringConditionT>(value); }
78 template<
typename StringConditionT = StringCondition>
84 bool m_orConditionsHasBeenSet =
false;
87 bool m_andConditionsHasBeenSet =
false;
90 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