7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IndexIdT = Aws::String>
47 void SetIndexId(
IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
48 template<
typename IndexIdT = Aws::String>
54 bool m_indexIdHasBeenSet =
false;
KendraIndexConfiguration & WithIndexId(IndexIdT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API KendraIndexConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API KendraIndexConfiguration()=default
const Aws::String & GetIndexId() const
bool IndexIdHasBeenSet() const
AWS_QBUSINESS_API KendraIndexConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIndexId(IndexIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue