7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename OrConditionsT = Aws::Vector<RoutingProfileSearchCriteria>>
48 m_orConditionsHasBeenSet =
true;
49 m_orConditions = std::forward<OrConditionsT>(value);
51 template <
typename OrConditionsT = Aws::Vector<RoutingProfileSearchCriteria>>
56 template <
typename OrConditionsT = RoutingProfileSearchCriteria>
58 m_orConditionsHasBeenSet =
true;
59 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
71 template <
typename AndConditionsT = Aws::Vector<RoutingProfileSearchCriteria>>
73 m_andConditionsHasBeenSet =
true;
74 m_andConditions = std::forward<AndConditionsT>(value);
76 template <
typename AndConditionsT = Aws::Vector<RoutingProfileSearchCriteria>>
81 template <
typename AndConditionsT = RoutingProfileSearchCriteria>
83 m_andConditionsHasBeenSet =
true;
84 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
98 template <
typename StringConditionT = StringCondition>
100 m_stringConditionHasBeenSet =
true;
101 m_stringCondition = std::forward<StringConditionT>(value);
103 template <
typename StringConditionT = StringCondition>
115 bool m_orConditionsHasBeenSet =
false;
116 bool m_andConditionsHasBeenSet =
false;
117 bool m_stringConditionHasBeenSet =
false;
const Aws::Vector< RoutingProfileSearchCriteria > & GetAndConditions() const
AWS_CONNECT_API RoutingProfileSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AndConditionsHasBeenSet() const
RoutingProfileSearchCriteria & WithAndConditions(AndConditionsT &&value)
RoutingProfileSearchCriteria & AddOrConditions(OrConditionsT &&value)
void SetAndConditions(AndConditionsT &&value)
AWS_CONNECT_API RoutingProfileSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
void SetOrConditions(OrConditionsT &&value)
AWS_CONNECT_API RoutingProfileSearchCriteria()=default
bool StringConditionHasBeenSet() const
const Aws::Vector< RoutingProfileSearchCriteria > & GetOrConditions() const
RoutingProfileSearchCriteria & AddAndConditions(AndConditionsT &&value)
void SetStringCondition(StringConditionT &&value)
const StringCondition & GetStringCondition() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
RoutingProfileSearchCriteria & WithStringCondition(StringConditionT &&value)
RoutingProfileSearchCriteria & WithOrConditions(OrConditionsT &&value)
bool OrConditionsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue