7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/Kendra_EXPORTS.h>
41 template <
typename AttributeNameT = Aws::String>
43 m_attributeNameHasBeenSet =
true;
44 m_attributeName = std::forward<AttributeNameT>(value);
46 template <
typename AttributeNameT = Aws::String>
61 m_suggestableHasBeenSet =
true;
62 m_suggestable = value;
72 bool m_suggestable{
false};
73 bool m_attributeNameHasBeenSet =
false;
74 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