7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockRuntime {
43 template <
typename TextT = Aws::String>
45 m_textHasBeenSet =
true;
46 m_text = std::forward<TextT>(value);
48 template <
typename TextT = Aws::String>
50 SetText(std::forward<TextT>(value));
63 template <
typename JsonT = Aws::Utils::Document>
65 m_jsonHasBeenSet =
true;
66 m_json = std::forward<JsonT>(value);
68 template <
typename JsonT = Aws::Utils::Document>
70 SetJson(std::forward<JsonT>(value));
78 bool m_textHasBeenSet =
false;
79 bool m_jsonHasBeenSet =
false;
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