7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockRuntime {
44 template <
typename TextT = Aws::String>
46 m_textHasBeenSet =
true;
47 m_text = std::forward<TextT>(value);
49 template <
typename TextT = Aws::String>
51 SetText(std::forward<TextT>(value));
57 bool m_textHasBeenSet =
false;
bool TextHasBeenSet() const
void SetText(TextT &&value)
AWS_BEDROCKRUNTIME_API PromptVariableValues(Aws::Utils::Json::JsonView jsonValue)
PromptVariableValues & WithText(TextT &&value)
const Aws::String & GetText() const
AWS_BEDROCKRUNTIME_API PromptVariableValues()=default
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKRUNTIME_API PromptVariableValues & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue