7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LexModelBuildingService
55 template<
typename KendraIndexT = Aws::String>
56 void SetKendraIndex(KendraIndexT&& value) { m_kendraIndexHasBeenSet =
true; m_kendraIndex = std::forward<KendraIndexT>(value); }
57 template<
typename KendraIndexT = Aws::String>
72 template<
typename QueryFilterStringT = Aws::String>
73 void SetQueryFilterString(QueryFilterStringT&& value) { m_queryFilterStringHasBeenSet =
true; m_queryFilterString = std::forward<QueryFilterStringT>(value); }
74 template<
typename QueryFilterStringT = Aws::String>
87 template<
typename RoleT = Aws::String>
88 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
89 template<
typename RoleT = Aws::String>
95 bool m_kendraIndexHasBeenSet =
false;
98 bool m_queryFilterStringHasBeenSet =
false;
101 bool m_roleHasBeenSet =
false;
AWS_LEXMODELBUILDINGSERVICE_API KendraConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
KendraConfiguration & WithRole(RoleT &&value)
void SetQueryFilterString(QueryFilterStringT &&value)
KendraConfiguration & WithKendraIndex(KendraIndexT &&value)
void SetRole(RoleT &&value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetQueryFilterString() const
AWS_LEXMODELBUILDINGSERVICE_API KendraConfiguration()=default
KendraConfiguration & WithQueryFilterString(QueryFilterStringT &&value)
const Aws::String & GetRole() const
bool QueryFilterStringHasBeenSet() const
AWS_LEXMODELBUILDINGSERVICE_API KendraConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetKendraIndex(KendraIndexT &&value)
bool RoleHasBeenSet() const
bool KendraIndexHasBeenSet() const
const Aws::String & GetKendraIndex() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue