7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/PromptInputVariable.h>
66 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
74 bool m_inputVariablesHasBeenSet =
false;
77 bool m_textHasBeenSet =
false;
TextPromptTemplateConfiguration & WithInputVariables(const Aws::Vector< PromptInputVariable > &value)
void SetText(const char *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 & 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)
bool TextHasBeenSet() const
void SetText(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