7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-runtime/model/ToolInputSchema.h>
22namespace BedrockRuntime
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
71 template<
typename InputSchemaT = ToolInputSchema>
72 void SetInputSchema(InputSchemaT&& value) { m_inputSchemaHasBeenSet =
true; m_inputSchema = std::forward<InputSchemaT>(value); }
73 template<
typename InputSchemaT = ToolInputSchema>
79 bool m_nameHasBeenSet =
false;
82 bool m_descriptionHasBeenSet =
false;
85 bool m_inputSchemaHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue