7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockRuntime {
42 template <
typename TypeT = Aws::String>
44 m_typeHasBeenSet =
true;
45 m_type = std::forward<TypeT>(value);
47 template <
typename TypeT = Aws::String>
49 SetType(std::forward<TypeT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 template <
typename ServerNameT = Aws::String>
82 m_serverNameHasBeenSet =
true;
83 m_serverName = std::forward<ServerNameT>(value);
85 template <
typename ServerNameT = Aws::String>
97 bool m_typeHasBeenSet =
false;
98 bool m_nameHasBeenSet =
false;
99 bool m_serverNameHasBeenSet =
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