7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/model/AttributeFilter.h>
10#include <aws/kendra/model/UserContext.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename SuggestionAttributesT = Aws::Vector<Aws::String>>
54 void SetSuggestionAttributes(SuggestionAttributesT&& value) { m_suggestionAttributesHasBeenSet =
true; m_suggestionAttributes = std::forward<SuggestionAttributesT>(value); }
55 template<
typename SuggestionAttributesT = Aws::Vector<Aws::String>>
57 template<
typename SuggestionAttributesT = Aws::String>
70 template<
typename AdditionalResponseAttributesT = Aws::Vector<Aws::String>>
71 void SetAdditionalResponseAttributes(AdditionalResponseAttributesT&& value) { m_additionalResponseAttributesHasBeenSet =
true; m_additionalResponseAttributes = std::forward<AdditionalResponseAttributesT>(value); }
72 template<
typename AdditionalResponseAttributesT = Aws::Vector<Aws::String>>
74 template<
typename AdditionalResponseAttributesT = Aws::String>
84 template<
typename AttributeFilterT = AttributeFilter>
85 void SetAttributeFilter(AttributeFilterT&& value) { m_attributeFilterHasBeenSet =
true; m_attributeFilter = std::forward<AttributeFilterT>(value); }
86 template<
typename AttributeFilterT = AttributeFilter>
97 template<
typename UserContextT = UserContext>
98 void SetUserContext(UserContextT&& value) { m_userContextHasBeenSet =
true; m_userContext = std::forward<UserContextT>(value); }
99 template<
typename UserContextT = UserContext>
105 bool m_suggestionAttributesHasBeenSet =
false;
108 bool m_additionalResponseAttributesHasBeenSet =
false;
111 bool m_attributeFilterHasBeenSet =
false;
114 bool m_userContextHasBeenSet =
false;
AttributeSuggestionsGetConfig & WithSuggestionAttributes(SuggestionAttributesT &&value)
AttributeSuggestionsGetConfig & WithUserContext(UserContextT &&value)
const Aws::Vector< Aws::String > & GetSuggestionAttributes() const
void SetUserContext(UserContextT &&value)
const AttributeFilter & GetAttributeFilter() const
AttributeSuggestionsGetConfig & AddSuggestionAttributes(SuggestionAttributesT &&value)
AttributeSuggestionsGetConfig & AddAdditionalResponseAttributes(AdditionalResponseAttributesT &&value)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KENDRA_API AttributeSuggestionsGetConfig()=default
void SetAttributeFilter(AttributeFilterT &&value)
bool AttributeFilterHasBeenSet() const
bool SuggestionAttributesHasBeenSet() const
AttributeSuggestionsGetConfig & WithAttributeFilter(AttributeFilterT &&value)
AttributeSuggestionsGetConfig & WithAdditionalResponseAttributes(AdditionalResponseAttributesT &&value)
void SetAdditionalResponseAttributes(AdditionalResponseAttributesT &&value)
const Aws::Vector< Aws::String > & GetAdditionalResponseAttributes() const
bool AdditionalResponseAttributesHasBeenSet() const
bool UserContextHasBeenSet() const
void SetSuggestionAttributes(SuggestionAttributesT &&value)
AWS_KENDRA_API AttributeSuggestionsGetConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const UserContext & GetUserContext() const
AWS_KENDRA_API AttributeSuggestionsGetConfig(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue