7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/GuardrailConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
68 inline void SetKnowledgeBaseId(
const char* value) { m_knowledgeBaseIdHasBeenSet =
true; m_knowledgeBaseId.assign(value); }
85 inline void SetModelId(
const char* value) { m_modelIdHasBeenSet =
true; m_modelId.assign(value); }
93 bool m_guardrailConfigurationHasBeenSet =
false;
96 bool m_knowledgeBaseIdHasBeenSet =
false;
99 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
void SetGuardrailConfiguration(GuardrailConfiguration &&value)
AWS_BEDROCKAGENT_API KnowledgeBaseFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool KnowledgeBaseIdHasBeenSet() const
KnowledgeBaseFlowNodeConfiguration & WithKnowledgeBaseId(Aws::String &&value)
bool ModelIdHasBeenSet() const
void SetGuardrailConfiguration(const GuardrailConfiguration &value)
KnowledgeBaseFlowNodeConfiguration & WithGuardrailConfiguration(GuardrailConfiguration &&value)
bool GuardrailConfigurationHasBeenSet() const
void SetModelId(const Aws::String &value)
const GuardrailConfiguration & GetGuardrailConfiguration() const
KnowledgeBaseFlowNodeConfiguration & WithGuardrailConfiguration(const GuardrailConfiguration &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