7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/Function.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgent {
53 template <
typename FunctionsT = Aws::Vector<Function>>
55 m_functionsHasBeenSet =
true;
56 m_functions = std::forward<FunctionsT>(value);
58 template <
typename FunctionsT = Aws::Vector<Function>>
63 template <
typename FunctionsT = Function>
65 m_functionsHasBeenSet =
true;
66 m_functions.emplace_back(std::forward<FunctionsT>(value));
72 bool m_functionsHasBeenSet =
false;
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
FunctionSchema & WithFunctions(FunctionsT &&value)
FunctionSchema & AddFunctions(FunctionsT &&value)
const Aws::Vector< Function > & GetFunctions() const
bool FunctionsHasBeenSet() const
AWS_BEDROCKAGENT_API FunctionSchema(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API FunctionSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API FunctionSchema()=default
void SetFunctions(FunctionsT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue