7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/UpdatedA2aAgentCardDescriptor.h>
9#include <aws/agent-registry-control/model/UpdatedAgUiDescriptor.h>
10#include <aws/agent-registry-control/model/UpdatedAgentSkillsDefinitionDescriptor.h>
11#include <aws/agent-registry-control/model/UpdatedCustomDescriptor.h>
12#include <aws/agent-registry-control/model/UpdatedHttpDescriptor.h>
13#include <aws/agent-registry-control/model/UpdatedMcpServerDescriptor.h>
24namespace AgentRegistryControl {
46 template <
typename McpServerT = UpdatedMcpServerDescriptor>
48 m_mcpServerHasBeenSet =
true;
49 m_mcpServer = std::forward<McpServerT>(value);
51 template <
typename McpServerT = UpdatedMcpServerDescriptor>
64 template <
typename A2aAgentCardT = UpdatedA2aAgentCardDescriptor>
66 m_a2aAgentCardHasBeenSet =
true;
67 m_a2aAgentCard = std::forward<A2aAgentCardT>(value);
69 template <
typename A2aAgentCardT = UpdatedA2aAgentCardDescriptor>
82 template <
typename AgentSkillsDefinitionT = UpdatedAgentSkillsDefinitionDescriptor>
84 m_agentSkillsDefinitionHasBeenSet =
true;
85 m_agentSkillsDefinition = std::forward<AgentSkillsDefinitionT>(value);
87 template <
typename AgentSkillsDefinitionT = UpdatedAgentSkillsDefinitionDescriptor>
100 template <
typename CustomT = UpdatedCustomDescriptor>
102 m_customHasBeenSet =
true;
103 m_custom = std::forward<CustomT>(value);
105 template <
typename CustomT = UpdatedCustomDescriptor>
118 template <
typename HttpT = UpdatedHttpDescriptor>
120 m_httpHasBeenSet =
true;
121 m_http = std::forward<HttpT>(value);
123 template <
typename HttpT = UpdatedHttpDescriptor>
125 SetHttp(std::forward<HttpT>(value));
136 template <
typename AguiT = UpdatedAgUiDescriptor>
138 m_aguiHasBeenSet =
true;
139 m_agui = std::forward<AguiT>(value);
141 template <
typename AguiT = UpdatedAgUiDescriptor>
143 SetAgui(std::forward<AguiT>(value));
159 bool m_mcpServerHasBeenSet =
false;
160 bool m_a2aAgentCardHasBeenSet =
false;
161 bool m_agentSkillsDefinitionHasBeenSet =
false;
162 bool m_customHasBeenSet =
false;
163 bool m_httpHasBeenSet =
false;
164 bool m_aguiHasBeenSet =
false;
const UpdatedA2aAgentCardDescriptor & GetA2aAgentCard() const
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
bool CustomHasBeenSet() const
void SetHttp(HttpT &&value)
UpdatedDescriptorsFields & WithCustom(CustomT &&value)
bool AgentSkillsDefinitionHasBeenSet() const
const UpdatedAgentSkillsDefinitionDescriptor & GetAgentSkillsDefinition() const
const UpdatedAgUiDescriptor & GetAgui() const
void SetMcpServer(McpServerT &&value)
const UpdatedMcpServerDescriptor & GetMcpServer() const
UpdatedDescriptorsFields & WithMcpServer(McpServerT &&value)
void SetA2aAgentCard(A2aAgentCardT &&value)
UpdatedDescriptorsFields & WithAgui(AguiT &&value)
void SetAgui(AguiT &&value)
const UpdatedHttpDescriptor & GetHttp() const
AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields(Aws::Utils::Json::JsonView jsonValue)
void SetCustom(CustomT &&value)
bool McpServerHasBeenSet() const
UpdatedDescriptorsFields & WithHttp(HttpT &&value)
AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields()=default
bool HttpHasBeenSet() const
bool AguiHasBeenSet() const
UpdatedDescriptorsFields & WithA2aAgentCard(A2aAgentCardT &&value)
bool A2aAgentCardHasBeenSet() const
void SetAgentSkillsDefinition(AgentSkillsDefinitionT &&value)
AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields & operator=(Aws::Utils::Json::JsonView jsonValue)
const UpdatedCustomDescriptor & GetCustom() const
UpdatedDescriptorsFields & WithAgentSkillsDefinition(AgentSkillsDefinitionT &&value)
Aws::Utils::Json::JsonValue JsonValue