7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/nova-act/NovaAct_EXPORTS.h>
9#include <aws/nova-act/model/ToolInputSchema.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename InputSchemaT = ToolInputSchema>
80 m_inputSchemaHasBeenSet =
true;
81 m_inputSchema = std::forward<InputSchemaT>(value);
83 template <
typename InputSchemaT = ToolInputSchema>
95 bool m_nameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
97 bool m_inputSchemaHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue