7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/Function.h>
59 template<
typename FunctionsT = Aws::Vector<Function>>
60 void SetFunctions(FunctionsT&& value) { m_functionsHasBeenSet =
true; m_functions = std::forward<FunctionsT>(value); }
61 template<
typename FunctionsT = Aws::Vector<Function>>
63 template<
typename FunctionsT = Function>
64 FunctionSchema&
AddFunctions(FunctionsT&& value) { m_functionsHasBeenSet =
true; m_functions.emplace_back(std::forward<FunctionsT>(value));
return *
this; }
69 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::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue