7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/GuardrailConfiguration.h>
9#include <aws/bedrock-agent/model/PromptFlowNodeSourceConfiguration.h>
20namespace BedrockAgent {
48 template <
typename SourceConfigurationT = PromptFlowNodeSourceConfiguration>
50 m_sourceConfigurationHasBeenSet =
true;
51 m_sourceConfiguration = std::forward<SourceConfigurationT>(value);
53 template <
typename SourceConfigurationT = PromptFlowNodeSourceConfiguration>
67 template <
typename GuardrailConfigurationT = GuardrailConfiguration>
69 m_guardrailConfigurationHasBeenSet =
true;
70 m_guardrailConfiguration = std::forward<GuardrailConfigurationT>(value);
72 template <
typename GuardrailConfigurationT = GuardrailConfiguration>
82 bool m_sourceConfigurationHasBeenSet =
false;
83 bool m_guardrailConfigurationHasBeenSet =
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)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue