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>
69 bool m_functionsHasBeenSet =
false;
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFunctions(const Aws::Vector< Function > &value)
FunctionSchema & WithFunctions(Aws::Vector< Function > &&value)
FunctionSchema & WithFunctions(const Aws::Vector< Function > &value)
FunctionSchema & AddFunctions(Function &&value)
AWS_BEDROCKAGENT_API FunctionSchema()
const Aws::Vector< Function > & GetFunctions() const
bool FunctionsHasBeenSet() const
FunctionSchema & AddFunctions(const Function &value)
void SetFunctions(Aws::Vector< Function > &&value)
AWS_BEDROCKAGENT_API FunctionSchema(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API FunctionSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue