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<AgentStatusSearchCriteria>>
50 void SetOrConditions(OrConditionsT&& value) { m_orConditionsHasBeenSet =
true; m_orConditions = std::forward<OrConditionsT>(value); }
51 template<
typename OrConditionsT = Aws::Vector<AgentStatusSearchCriteria>>
53 template<
typename OrConditionsT = AgentStatusSearchCriteria>
67 template<
typename AndConditionsT = Aws::Vector<AgentStatusSearchCriteria>>
68 void SetAndConditions(AndConditionsT&& value) { m_andConditionsHasBeenSet =
true; m_andConditions = std::forward<AndConditionsT>(value); }
69 template<
typename AndConditionsT = Aws::Vector<AgentStatusSearchCriteria>>
71 template<
typename AndConditionsT = AgentStatusSearchCriteria>
85 template<
typename StringConditionT = StringCondition>
86 void SetStringCondition(StringConditionT&& value) { m_stringConditionHasBeenSet =
true; m_stringCondition = std::forward<StringConditionT>(value); }
87 template<
typename StringConditionT = StringCondition>
93 bool m_orConditionsHasBeenSet =
false;
96 bool m_andConditionsHasBeenSet =
false;
99 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