7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
71 inline void SetModelId(
const char* value) { m_modelIdHasBeenSet =
true; m_modelId.assign(value); }
79 bool m_knowledgeBaseIdHasBeenSet =
false;
82 bool m_modelIdHasBeenSet =
false;
AWS_BEDROCKAGENT_API KnowledgeBaseFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
KnowledgeBaseFlowNodeConfiguration & WithKnowledgeBaseId(const Aws::String &value)
void SetKnowledgeBaseId(const Aws::String &value)
KnowledgeBaseFlowNodeConfiguration & WithModelId(const Aws::String &value)
KnowledgeBaseFlowNodeConfiguration & WithModelId(Aws::String &&value)
void SetModelId(Aws::String &&value)
void SetModelId(const char *value)
const Aws::String & GetModelId() const
AWS_BEDROCKAGENT_API KnowledgeBaseFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool KnowledgeBaseIdHasBeenSet() const
KnowledgeBaseFlowNodeConfiguration & WithKnowledgeBaseId(Aws::String &&value)
bool ModelIdHasBeenSet() const
void SetModelId(const Aws::String &value)
KnowledgeBaseFlowNodeConfiguration & WithKnowledgeBaseId(const char *value)
void SetKnowledgeBaseId(Aws::String &&value)
void SetKnowledgeBaseId(const char *value)
AWS_BEDROCKAGENT_API KnowledgeBaseFlowNodeConfiguration()
KnowledgeBaseFlowNodeConfiguration & WithModelId(const char *value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKnowledgeBaseId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue