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>
58 inline void SetOverrideLambda(
const char* value) { m_overrideLambdaHasBeenSet =
true; m_overrideLambda.assign(value); }
83 bool m_overrideLambdaHasBeenSet =
false;
86 bool m_promptConfigurationsHasBeenSet =
false;
PromptOverrideConfiguration & WithOverrideLambda(const char *value)
void SetPromptConfigurations(const Aws::Vector< PromptConfiguration > &value)
const Aws::String & GetOverrideLambda() const
bool OverrideLambdaHasBeenSet() const
PromptOverrideConfiguration & AddPromptConfigurations(PromptConfiguration &&value)
void SetPromptConfigurations(Aws::Vector< PromptConfiguration > &&value)
void SetOverrideLambda(Aws::String &&value)
void SetOverrideLambda(const Aws::String &value)
PromptOverrideConfiguration & WithPromptConfigurations(const Aws::Vector< PromptConfiguration > &value)
AWS_BEDROCKAGENT_API PromptOverrideConfiguration()
void SetOverrideLambda(const char *value)
AWS_BEDROCKAGENT_API PromptOverrideConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
PromptOverrideConfiguration & WithOverrideLambda(Aws::String &&value)
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 & AddPromptConfigurations(const PromptConfiguration &value)
PromptOverrideConfiguration & WithPromptConfigurations(Aws::Vector< PromptConfiguration > &&value)
PromptOverrideConfiguration & WithOverrideLambda(const Aws::String &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