7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/StringCondition.h>
10#include <aws/connect/model/SearchableQueueType.h>
53 template<
typename OrConditionsT = Aws::Vector<QueueSearchCriteria>>
54 void SetOrConditions(OrConditionsT&& value) { m_orConditionsHasBeenSet =
true; m_orConditions = std::forward<OrConditionsT>(value); }
55 template<
typename OrConditionsT = Aws::Vector<QueueSearchCriteria>>
57 template<
typename OrConditionsT = QueueSearchCriteria>
68 template<
typename AndConditionsT = Aws::Vector<QueueSearchCriteria>>
69 void SetAndConditions(AndConditionsT&& value) { m_andConditionsHasBeenSet =
true; m_andConditions = std::forward<AndConditionsT>(value); }
70 template<
typename AndConditionsT = Aws::Vector<QueueSearchCriteria>>
72 template<
typename AndConditionsT = QueueSearchCriteria>
85 template<
typename StringConditionT = StringCondition>
86 void SetStringCondition(StringConditionT&& value) { m_stringConditionHasBeenSet =
true; m_stringCondition = std::forward<StringConditionT>(value); }
87 template<
typename StringConditionT = StringCondition>
103 bool m_orConditionsHasBeenSet =
false;
106 bool m_andConditionsHasBeenSet =
false;
109 bool m_stringConditionHasBeenSet =
false;
112 bool m_queueTypeConditionHasBeenSet =
false;
const Aws::Vector< QueueSearchCriteria > & GetOrConditions() const
QueueSearchCriteria & WithStringCondition(StringConditionT &&value)
void SetQueueTypeCondition(SearchableQueueType value)
const Aws::Vector< QueueSearchCriteria > & GetAndConditions() const
bool QueueTypeConditionHasBeenSet() const
AWS_CONNECT_API QueueSearchCriteria()=default
bool StringConditionHasBeenSet() const
QueueSearchCriteria & WithOrConditions(OrConditionsT &&value)
SearchableQueueType GetQueueTypeCondition() const
AWS_CONNECT_API QueueSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const StringCondition & GetStringCondition() const
void SetOrConditions(OrConditionsT &&value)
QueueSearchCriteria & AddAndConditions(AndConditionsT &&value)
QueueSearchCriteria & WithQueueTypeCondition(SearchableQueueType value)
void SetAndConditions(AndConditionsT &&value)
AWS_CONNECT_API QueueSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OrConditionsHasBeenSet() const
bool AndConditionsHasBeenSet() const
void SetStringCondition(StringConditionT &&value)
QueueSearchCriteria & WithAndConditions(AndConditionsT &&value)
QueueSearchCriteria & AddOrConditions(OrConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue