7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
40 template <
typename KendraIndexArnT = Aws::String>
42 m_kendraIndexArnHasBeenSet =
true;
43 m_kendraIndexArn = std::forward<KendraIndexArnT>(value);
45 template <
typename KendraIndexArnT = Aws::String>
53 bool m_kendraIndexArnHasBeenSet =
false;
AWS_BEDROCKAGENT_API KendraKnowledgeBaseConfiguration()=default
const Aws::String & GetKendraIndexArn() const
KendraKnowledgeBaseConfiguration & WithKendraIndexArn(KendraIndexArnT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API KendraKnowledgeBaseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KendraIndexArnHasBeenSet() const
AWS_BEDROCKAGENT_API KendraKnowledgeBaseConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetKendraIndexArn(KendraIndexArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue