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