7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock-agent/model/PromptConfiguration.h>
56 template<
typename Overr
ideLambdaT = Aws::String>
57 void SetOverrideLambda(OverrideLambdaT&& value) { m_overrideLambdaHasBeenSet =
true; m_overrideLambda = std::forward<OverrideLambdaT>(value); }
58 template<
typename Overr
ideLambdaT = Aws::String>
71 template<
typename PromptConfigurationsT = Aws::Vector<PromptConfiguration>>
72 void SetPromptConfigurations(PromptConfigurationsT&& value) { m_promptConfigurationsHasBeenSet =
true; m_promptConfigurations = std::forward<PromptConfigurationsT>(value); }
73 template<
typename PromptConfigurationsT = Aws::Vector<PromptConfiguration>>
75 template<
typename PromptConfigurationsT = PromptConfiguration>
81 bool m_overrideLambdaHasBeenSet =
false;
84 bool m_promptConfigurationsHasBeenSet =
false;
void SetPromptConfigurations(PromptConfigurationsT &&value)
PromptOverrideConfiguration & AddPromptConfigurations(PromptConfigurationsT &&value)
const Aws::String & GetOverrideLambda() const
bool OverrideLambdaHasBeenSet() const
void SetOverrideLambda(OverrideLambdaT &&value)
AWS_BEDROCKAGENT_API PromptOverrideConfiguration()=default
AWS_BEDROCKAGENT_API PromptOverrideConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PromptConfigurationsHasBeenSet() const
const Aws::Vector< PromptConfiguration > & GetPromptConfigurations() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API PromptOverrideConfiguration(Aws::Utils::Json::JsonView jsonValue)
PromptOverrideConfiguration & WithOverrideLambda(OverrideLambdaT &&value)
PromptOverrideConfiguration & WithPromptConfigurations(PromptConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue