7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/MCPToolDetail.h>
21namespace DevOpsAgent {
43 template <
typename ToolsT = Aws::Vector<Aws::String>>
45 m_toolsHasBeenSet =
true;
46 m_tools = std::forward<ToolsT>(value);
48 template <
typename ToolsT = Aws::Vector<Aws::String>>
50 SetTools(std::forward<ToolsT>(value));
53 template <
typename ToolsT = Aws::String>
55 m_toolsHasBeenSet =
true;
56 m_tools.emplace_back(std::forward<ToolsT>(value));
68 template <
typename ToolDetailsT = Aws::Vector<MCPToolDetail>>
70 m_toolDetailsHasBeenSet =
true;
71 m_toolDetails = std::forward<ToolDetailsT>(value);
73 template <
typename ToolDetailsT = Aws::Vector<MCPToolDetail>>
78 template <
typename ToolDetailsT = MCPToolDetail>
80 m_toolDetailsHasBeenSet =
true;
81 m_toolDetails.emplace_back(std::forward<ToolDetailsT>(value));
89 bool m_toolsHasBeenSet =
false;
90 bool m_toolDetailsHasBeenSet =
false;
void SetToolDetails(ToolDetailsT &&value)
void SetTools(ToolsT &&value)
bool ToolsHasBeenSet() const
AWS_DEVOPSAGENT_API MCPServerConfiguration()=default
AWS_DEVOPSAGENT_API MCPServerConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< MCPToolDetail > & GetToolDetails() const
const Aws::Vector< Aws::String > & GetTools() const
MCPServerConfiguration & WithToolDetails(ToolDetailsT &&value)
AWS_DEVOPSAGENT_API MCPServerConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool ToolDetailsHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
MCPServerConfiguration & AddTools(ToolsT &&value)
MCPServerConfiguration & WithTools(ToolsT &&value)
MCPServerConfiguration & AddToolDetails(ToolDetailsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue