7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/SearchableQueueType.h>
9#include <aws/connect/model/StringCondition.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename OrConditionsT = Aws::Vector<QueueSearchCriteria>>
49 m_orConditionsHasBeenSet =
true;
50 m_orConditions = std::forward<OrConditionsT>(value);
52 template <
typename OrConditionsT = Aws::Vector<QueueSearchCriteria>>
57 template <
typename OrConditionsT = QueueSearchCriteria>
59 m_orConditionsHasBeenSet =
true;
60 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
72 template <
typename AndConditionsT = Aws::Vector<QueueSearchCriteria>>
74 m_andConditionsHasBeenSet =
true;
75 m_andConditions = std::forward<AndConditionsT>(value);
77 template <
typename AndConditionsT = Aws::Vector<QueueSearchCriteria>>
82 template <
typename AndConditionsT = QueueSearchCriteria>
84 m_andConditionsHasBeenSet =
true;
85 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
99 template <
typename StringConditionT = StringCondition>
101 m_stringConditionHasBeenSet =
true;
102 m_stringCondition = std::forward<StringConditionT>(value);
104 template <
typename StringConditionT = StringCondition>
118 m_queueTypeConditionHasBeenSet =
true;
119 m_queueTypeCondition = value;
128 bool m_orConditionsHasBeenSet =
false;
131 bool m_andConditionsHasBeenSet =
false;
134 bool m_stringConditionHasBeenSet =
false;
137 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