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