AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SpellCorrectionConfiguration.h
1
6#pragma once
7#include <aws/kendra/Kendra_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace kendra
20{
21namespace Model
22{
23
37 {
38 public:
39 AWS_KENDRA_API SpellCorrectionConfiguration() = default;
42 AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline bool GetIncludeQuerySpellCheckSuggestions() const { return m_includeQuerySpellCheckSuggestions; }
50 inline bool IncludeQuerySpellCheckSuggestionsHasBeenSet() const { return m_includeQuerySpellCheckSuggestionsHasBeenSet; }
51 inline void SetIncludeQuerySpellCheckSuggestions(bool value) { m_includeQuerySpellCheckSuggestionsHasBeenSet = true; m_includeQuerySpellCheckSuggestions = value; }
54 private:
55
56 bool m_includeQuerySpellCheckSuggestions{false};
57 bool m_includeQuerySpellCheckSuggestionsHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace kendra
62} // namespace Aws
SpellCorrectionConfiguration & WithIncludeQuerySpellCheckSuggestions(bool value)
AWS_KENDRA_API SpellCorrectionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API SpellCorrectionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KENDRA_API SpellCorrectionConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue