7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/InferenceConfiguration.h>
10#include <aws/bedrock-agent/model/CreationMode.h>
11#include <aws/bedrock-agent/model/PromptState.h>
12#include <aws/bedrock-agent/model/PromptType.h>
61 inline void SetBasePromptTemplate(
const char* value) { m_basePromptTemplateHasBeenSet =
true; m_basePromptTemplate.assign(value); }
148 bool m_basePromptTemplateHasBeenSet =
false;
151 bool m_inferenceConfigurationHasBeenSet =
false;
154 bool m_parserModeHasBeenSet =
false;
157 bool m_promptCreationModeHasBeenSet =
false;
160 bool m_promptStateHasBeenSet =
false;
163 bool m_promptTypeHasBeenSet =
false;
void SetBasePromptTemplate(Aws::String &&value)
void SetBasePromptTemplate(const char *value)
void SetPromptCreationMode(CreationMode &&value)
const CreationMode & GetPromptCreationMode() const
const PromptState & GetPromptState() const
PromptConfiguration & WithPromptCreationMode(CreationMode &&value)
PromptConfiguration & WithPromptType(const PromptType &value)
void SetPromptState(PromptState &&value)
PromptConfiguration & WithPromptState(PromptState &&value)
void SetPromptCreationMode(const CreationMode &value)
PromptConfiguration & WithParserMode(CreationMode &&value)
void SetInferenceConfiguration(InferenceConfiguration &&value)
AWS_BEDROCKAGENT_API PromptConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PromptTypeHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPromptType(const PromptType &value)
PromptConfiguration & WithBasePromptTemplate(const Aws::String &value)
PromptConfiguration & WithParserMode(const CreationMode &value)
void SetPromptType(PromptType &&value)
const PromptType & GetPromptType() const
const InferenceConfiguration & GetInferenceConfiguration() const
AWS_BEDROCKAGENT_API PromptConfiguration()
void SetParserMode(CreationMode &&value)
void SetInferenceConfiguration(const InferenceConfiguration &value)
const Aws::String & GetBasePromptTemplate() const
AWS_BEDROCKAGENT_API PromptConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetParserMode(const CreationMode &value)
bool BasePromptTemplateHasBeenSet() const
bool InferenceConfigurationHasBeenSet() const
PromptConfiguration & WithPromptCreationMode(const CreationMode &value)
PromptConfiguration & WithPromptType(PromptType &&value)
PromptConfiguration & WithBasePromptTemplate(const char *value)
PromptConfiguration & WithPromptState(const PromptState &value)
const CreationMode & GetParserMode() const
void SetPromptState(const PromptState &value)
bool ParserModeHasBeenSet() const
bool PromptStateHasBeenSet() const
PromptConfiguration & WithBasePromptTemplate(Aws::String &&value)
void SetBasePromptTemplate(const Aws::String &value)
PromptConfiguration & WithInferenceConfiguration(InferenceConfiguration &&value)
PromptConfiguration & WithInferenceConfiguration(const InferenceConfiguration &value)
bool PromptCreationModeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue