7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockRuntime
50 template<
typename TextT = Aws::String>
51 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
52 template<
typename TextT = Aws::String>
58 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue