7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/ToolInputSchema.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockRuntime {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
80 template <
typename InputSchemaT = ToolInputSchema>
82 m_inputSchemaHasBeenSet =
true;
83 m_inputSchema = std::forward<InputSchemaT>(value);
85 template <
typename InputSchemaT = ToolInputSchema>
99 m_strictHasBeenSet =
true;
114 bool m_strict{
false};
115 bool m_nameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_inputSchemaHasBeenSet =
false;
118 bool m_strictHasBeenSet =
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