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