7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/PromptConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace BedrockAgent {
48 template <
typename PromptConfigurationsT = Aws::Vector<PromptConfiguration>>
50 m_promptConfigurationsHasBeenSet =
true;
51 m_promptConfigurations = std::forward<PromptConfigurationsT>(value);
53 template <
typename PromptConfigurationsT = Aws::Vector<PromptConfiguration>>
58 template <
typename PromptConfigurationsT = PromptConfiguration>
60 m_promptConfigurationsHasBeenSet =
true;
61 m_promptConfigurations.emplace_back(std::forward<PromptConfigurationsT>(value));
77 template <
typename Overr
ideLambdaT = Aws::String>
79 m_overrideLambdaHasBeenSet =
true;
80 m_overrideLambda = std::forward<OverrideLambdaT>(value);
82 template <
typename Overr
ideLambdaT = Aws::String>
92 bool m_promptConfigurationsHasBeenSet =
false;
93 bool m_overrideLambdaHasBeenSet =
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::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