7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/PromptConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace BedrockAgentRuntime {
50 template <
typename Overr
ideLambdaT = Aws::String>
52 m_overrideLambdaHasBeenSet =
true;
53 m_overrideLambda = std::forward<OverrideLambdaT>(value);
55 template <
typename Overr
ideLambdaT = Aws::String>
71 template <
typename PromptConfigurationsT = Aws::Vector<PromptConfiguration>>
73 m_promptConfigurationsHasBeenSet =
true;
74 m_promptConfigurations = std::forward<PromptConfigurationsT>(value);
76 template <
typename PromptConfigurationsT = Aws::Vector<PromptConfiguration>>
81 template <
typename PromptConfigurationsT = PromptConfiguration>
83 m_promptConfigurationsHasBeenSet =
true;
84 m_promptConfigurations.emplace_back(std::forward<PromptConfigurationsT>(value));
92 bool m_overrideLambdaHasBeenSet =
false;
93 bool m_promptConfigurationsHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool OverrideLambdaHasBeenSet() const
PromptOverrideConfiguration & WithOverrideLambda(OverrideLambdaT &&value)
void SetOverrideLambda(OverrideLambdaT &&value)
AWS_BEDROCKAGENTRUNTIME_API PromptOverrideConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API PromptOverrideConfiguration()=default
const Aws::String & GetOverrideLambda() const
PromptOverrideConfiguration & WithPromptConfigurations(PromptConfigurationsT &&value)
AWS_BEDROCKAGENTRUNTIME_API PromptOverrideConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool PromptConfigurationsHasBeenSet() const
void SetPromptConfigurations(PromptConfigurationsT &&value)
const Aws::Vector< PromptConfiguration > & GetPromptConfigurations() const
PromptOverrideConfiguration & AddPromptConfigurations(PromptConfigurationsT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue