7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
64 inline void SetTextPromptTemplate(
const char* value) { m_textPromptTemplateHasBeenSet =
true; m_textPromptTemplate.assign(value); }
72 bool m_textPromptTemplateHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API PromptTemplate(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API PromptTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
PromptTemplate & WithTextPromptTemplate(const Aws::String &value)
PromptTemplate & WithTextPromptTemplate(Aws::String &&value)
PromptTemplate & WithTextPromptTemplate(const char *value)
AWS_BEDROCKAGENTRUNTIME_API PromptTemplate()
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTextPromptTemplate(const char *value)
const Aws::String & GetTextPromptTemplate() const
void SetTextPromptTemplate(const Aws::String &value)
bool TextPromptTemplateHasBeenSet() const
void SetTextPromptTemplate(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue