7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/GuardrailConfiguration.h>
9#include <aws/bedrock-agent/model/PromptFlowNodeSourceConfiguration.h>
55 template<
typename GuardrailConfigurationT = GuardrailConfiguration>
56 void SetGuardrailConfiguration(GuardrailConfigurationT&& value) { m_guardrailConfigurationHasBeenSet =
true; m_guardrailConfiguration = std::forward<GuardrailConfigurationT>(value); }
57 template<
typename GuardrailConfigurationT = GuardrailConfiguration>
67 template<
typename SourceConfigurationT = PromptFlowNodeSourceConfiguration>
68 void SetSourceConfiguration(SourceConfigurationT&& value) { m_sourceConfigurationHasBeenSet =
true; m_sourceConfiguration = std::forward<SourceConfigurationT>(value); }
69 template<
typename SourceConfigurationT = PromptFlowNodeSourceConfiguration>
75 bool m_guardrailConfigurationHasBeenSet =
false;
78 bool m_sourceConfigurationHasBeenSet =
false;
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceConfigurationHasBeenSet() const
const GuardrailConfiguration & GetGuardrailConfiguration() const
PromptFlowNodeConfiguration & WithSourceConfiguration(SourceConfigurationT &&value)
AWS_BEDROCKAGENT_API PromptFlowNodeConfiguration()=default
PromptFlowNodeConfiguration & WithGuardrailConfiguration(GuardrailConfigurationT &&value)
AWS_BEDROCKAGENT_API PromptFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool GuardrailConfigurationHasBeenSet() const
const PromptFlowNodeSourceConfiguration & GetSourceConfiguration() const
void SetSourceConfiguration(SourceConfigurationT &&value)
void SetGuardrailConfiguration(GuardrailConfigurationT &&value)
AWS_BEDROCKAGENT_API PromptFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue