7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FunctionDefinition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
42 template <
typename FunctionsT = Aws::Vector<FunctionDefinition>>
44 m_functionsHasBeenSet =
true;
45 m_functions = std::forward<FunctionsT>(value);
47 template <
typename FunctionsT = Aws::Vector<FunctionDefinition>>
52 template <
typename FunctionsT = FunctionDefinition>
54 m_functionsHasBeenSet =
true;
55 m_functions.emplace_back(std::forward<FunctionsT>(value));
61 bool m_functionsHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API FunctionSchema()=default
FunctionSchema & AddFunctions(FunctionsT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
FunctionSchema & WithFunctions(FunctionsT &&value)
AWS_BEDROCKAGENTRUNTIME_API FunctionSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FunctionsHasBeenSet() const
const Aws::Vector< FunctionDefinition > & GetFunctions() const
AWS_BEDROCKAGENTRUNTIME_API FunctionSchema(Aws::Utils::Json::JsonView jsonValue)
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