7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qconnect/model/QuickResponseQueryOperator.h>
11#include <aws/qconnect/model/Priority.h>
52 template<
typename NameT = Aws::String>
53 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
64 template<
typename ValuesT = Aws::Vector<Aws::String>>
65 void SetValues(
ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
66 template<
typename ValuesT = Aws::Vector<Aws::String>>
68 template<
typename ValuesT = Aws::String>
90 inline void SetAllowFuzziness(
bool value) { m_allowFuzzinessHasBeenSet =
true; m_allowFuzziness = value; }
108 bool m_nameHasBeenSet =
false;
111 bool m_valuesHasBeenSet =
false;
114 bool m_operatorHasBeenSet =
false;
116 bool m_allowFuzziness{
false};
117 bool m_allowFuzzinessHasBeenSet =
false;
120 bool m_priorityHasBeenSet =
false;
QuickResponseQueryOperator GetOperator() const
QuickResponseQueryField & WithName(NameT &&value)
QuickResponseQueryField & WithOperator(QuickResponseQueryOperator value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
bool OperatorHasBeenSet() const
Priority GetPriority() const
void SetOperator(QuickResponseQueryOperator value)
void SetValues(ValuesT &&value)
bool GetAllowFuzziness() const
QuickResponseQueryField & WithPriority(Priority value)
bool NameHasBeenSet() const
AWS_QCONNECT_API QuickResponseQueryField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::Vector< Aws::String > & GetValues() const
bool AllowFuzzinessHasBeenSet() const
QuickResponseQueryField & WithValues(ValuesT &&value)
AWS_QCONNECT_API QuickResponseQueryField()=default
void SetAllowFuzziness(bool value)
bool ValuesHasBeenSet() const
AWS_QCONNECT_API QuickResponseQueryField(Aws::Utils::Json::JsonView jsonValue)
QuickResponseQueryField & AddValues(ValuesT &&value)
QuickResponseQueryField & WithAllowFuzziness(bool value)
void SetPriority(Priority value)
bool PriorityHasBeenSet() const
QuickResponseQueryOperator
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue