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