7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CachePointBlock.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/bedrock-agent/model/PromptInputVariable.h>
79 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
87 bool m_cachePointHasBeenSet =
false;
90 bool m_inputVariablesHasBeenSet =
false;
93 bool m_textHasBeenSet =
false;
TextPromptTemplateConfiguration & WithInputVariables(const Aws::Vector< PromptInputVariable > &value)
TextPromptTemplateConfiguration & WithCachePoint(const CachePointBlock &value)
void SetText(const char *value)
void SetCachePoint(const CachePointBlock &value)
TextPromptTemplateConfiguration & WithText(const Aws::String &value)
AWS_BEDROCKAGENT_API TextPromptTemplateConfiguration(Aws::Utils::Json::JsonView jsonValue)
TextPromptTemplateConfiguration & AddInputVariables(const PromptInputVariable &value)
TextPromptTemplateConfiguration & WithText(Aws::String &&value)
bool InputVariablesHasBeenSet() const
void SetText(Aws::String &&value)
TextPromptTemplateConfiguration & AddInputVariables(PromptInputVariable &&value)
TextPromptTemplateConfiguration & WithCachePoint(CachePointBlock &&value)
TextPromptTemplateConfiguration & WithText(const char *value)
AWS_BEDROCKAGENT_API TextPromptTemplateConfiguration()
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInputVariables(Aws::Vector< PromptInputVariable > &&value)
const Aws::Vector< PromptInputVariable > & GetInputVariables() const
const Aws::String & GetText() const
AWS_BEDROCKAGENT_API TextPromptTemplateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TextPromptTemplateConfiguration & WithInputVariables(Aws::Vector< PromptInputVariable > &&value)
void SetInputVariables(const Aws::Vector< PromptInputVariable > &value)
const CachePointBlock & GetCachePoint() const
bool CachePointHasBeenSet() const
bool TextHasBeenSet() const
void SetText(const Aws::String &value)
void SetCachePoint(CachePointBlock &&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