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<PredefinedAttributeSearchCriteria>>
50 void SetOrConditions(OrConditionsT&& value) { m_orConditionsHasBeenSet =
true; m_orConditions = std::forward<OrConditionsT>(value); }
51 template<
typename OrConditionsT = Aws::Vector<PredefinedAttributeSearchCriteria>>
53 template<
typename OrConditionsT = PredefinedAttributeSearchCriteria>
64 template<
typename AndConditionsT = Aws::Vector<PredefinedAttributeSearchCriteria>>
65 void SetAndConditions(AndConditionsT&& value) { m_andConditionsHasBeenSet =
true; m_andConditions = std::forward<AndConditionsT>(value); }
66 template<
typename AndConditionsT = Aws::Vector<PredefinedAttributeSearchCriteria>>
68 template<
typename AndConditionsT = PredefinedAttributeSearchCriteria>
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;
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