7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/StringCondition.h>
92 bool m_orConditionsHasBeenSet =
false;
95 bool m_andConditionsHasBeenSet =
false;
98 bool m_stringConditionHasBeenSet =
false;
RoutingProfileSearchCriteria & WithStringCondition(StringCondition &&value)
const Aws::Vector< RoutingProfileSearchCriteria > & GetAndConditions() const
AWS_CONNECT_API RoutingProfileSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AndConditionsHasBeenSet() const
RoutingProfileSearchCriteria & WithOrConditions(Aws::Vector< RoutingProfileSearchCriteria > &&value)
RoutingProfileSearchCriteria & AddAndConditions(const RoutingProfileSearchCriteria &value)
void SetAndConditions(const Aws::Vector< RoutingProfileSearchCriteria > &value)
void SetAndConditions(Aws::Vector< RoutingProfileSearchCriteria > &&value)
RoutingProfileSearchCriteria & AddOrConditions(RoutingProfileSearchCriteria &&value)
void SetStringCondition(const StringCondition &value)
AWS_CONNECT_API RoutingProfileSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API RoutingProfileSearchCriteria()
RoutingProfileSearchCriteria & WithAndConditions(Aws::Vector< RoutingProfileSearchCriteria > &&value)
RoutingProfileSearchCriteria & WithStringCondition(const StringCondition &value)
bool StringConditionHasBeenSet() const
const Aws::Vector< RoutingProfileSearchCriteria > & GetOrConditions() const
void SetStringCondition(StringCondition &&value)
const StringCondition & GetStringCondition() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
RoutingProfileSearchCriteria & WithOrConditions(const Aws::Vector< RoutingProfileSearchCriteria > &value)
RoutingProfileSearchCriteria & AddOrConditions(const RoutingProfileSearchCriteria &value)
void SetOrConditions(Aws::Vector< RoutingProfileSearchCriteria > &&value)
void SetOrConditions(const Aws::Vector< RoutingProfileSearchCriteria > &value)
RoutingProfileSearchCriteria & AddAndConditions(RoutingProfileSearchCriteria &&value)
RoutingProfileSearchCriteria & WithAndConditions(const Aws::Vector< RoutingProfileSearchCriteria > &value)
bool OrConditionsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue