7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AttributeNameT = Aws::String>
48 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
49 template<
typename AttributeNameT = Aws::String>
60 inline void SetSuggestable(
bool value) { m_suggestableHasBeenSet =
true; m_suggestable = value; }
66 bool m_attributeNameHasBeenSet =
false;
68 bool m_suggestable{
false};
69 bool m_suggestableHasBeenSet =
false;
SuggestableConfig & WithSuggestable(bool value)
const Aws::String & GetAttributeName() const
SuggestableConfig & WithAttributeName(AttributeNameT &&value)
void SetSuggestable(bool value)
AWS_KENDRA_API SuggestableConfig()=default
bool AttributeNameHasBeenSet() const
AWS_KENDRA_API SuggestableConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API SuggestableConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetSuggestable() const
void SetAttributeName(AttributeNameT &&value)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
bool SuggestableHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue