AWS SDK for C++

AWS SDK for C++ Version 1.11.867

Loading...
Searching...
No Matches
UpdatedDescriptorsFields.h
1
6#pragma once
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/UpdatedAgentSkillsDefinitionDescriptor.h>
10#include <aws/agent-registry-control/model/UpdatedCustomDescriptor.h>
11#include <aws/agent-registry-control/model/UpdatedMcpServerDescriptor.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace AgentRegistryControl {
23namespace Model {
24
32 public:
33 AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields() = default;
34 AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields(Aws::Utils::Json::JsonView jsonValue);
35 AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
42 inline const UpdatedMcpServerDescriptor& GetMcpServer() const { return m_mcpServer; }
43 inline bool McpServerHasBeenSet() const { return m_mcpServerHasBeenSet; }
44 template <typename McpServerT = UpdatedMcpServerDescriptor>
45 void SetMcpServer(McpServerT&& value) {
46 m_mcpServerHasBeenSet = true;
47 m_mcpServer = std::forward<McpServerT>(value);
48 }
49 template <typename McpServerT = UpdatedMcpServerDescriptor>
51 SetMcpServer(std::forward<McpServerT>(value));
52 return *this;
53 }
55
57
60 inline const UpdatedA2aAgentCardDescriptor& GetA2aAgentCard() const { return m_a2aAgentCard; }
61 inline bool A2aAgentCardHasBeenSet() const { return m_a2aAgentCardHasBeenSet; }
62 template <typename A2aAgentCardT = UpdatedA2aAgentCardDescriptor>
63 void SetA2aAgentCard(A2aAgentCardT&& value) {
64 m_a2aAgentCardHasBeenSet = true;
65 m_a2aAgentCard = std::forward<A2aAgentCardT>(value);
66 }
67 template <typename A2aAgentCardT = UpdatedA2aAgentCardDescriptor>
69 SetA2aAgentCard(std::forward<A2aAgentCardT>(value));
70 return *this;
71 }
73
75
78 inline const UpdatedAgentSkillsDefinitionDescriptor& GetAgentSkillsDefinition() const { return m_agentSkillsDefinition; }
79 inline bool AgentSkillsDefinitionHasBeenSet() const { return m_agentSkillsDefinitionHasBeenSet; }
80 template <typename AgentSkillsDefinitionT = UpdatedAgentSkillsDefinitionDescriptor>
81 void SetAgentSkillsDefinition(AgentSkillsDefinitionT&& value) {
82 m_agentSkillsDefinitionHasBeenSet = true;
83 m_agentSkillsDefinition = std::forward<AgentSkillsDefinitionT>(value);
84 }
85 template <typename AgentSkillsDefinitionT = UpdatedAgentSkillsDefinitionDescriptor>
86 UpdatedDescriptorsFields& WithAgentSkillsDefinition(AgentSkillsDefinitionT&& value) {
87 SetAgentSkillsDefinition(std::forward<AgentSkillsDefinitionT>(value));
88 return *this;
89 }
91
93
96 inline const UpdatedCustomDescriptor& GetCustom() const { return m_custom; }
97 inline bool CustomHasBeenSet() const { return m_customHasBeenSet; }
98 template <typename CustomT = UpdatedCustomDescriptor>
99 void SetCustom(CustomT&& value) {
100 m_customHasBeenSet = true;
101 m_custom = std::forward<CustomT>(value);
102 }
103 template <typename CustomT = UpdatedCustomDescriptor>
105 SetCustom(std::forward<CustomT>(value));
106 return *this;
107 }
109 private:
110 UpdatedMcpServerDescriptor m_mcpServer;
111
112 UpdatedA2aAgentCardDescriptor m_a2aAgentCard;
113
114 UpdatedAgentSkillsDefinitionDescriptor m_agentSkillsDefinition;
115
117 bool m_mcpServerHasBeenSet = false;
118 bool m_a2aAgentCardHasBeenSet = false;
119 bool m_agentSkillsDefinitionHasBeenSet = false;
120 bool m_customHasBeenSet = false;
121};
122
123} // namespace Model
124} // namespace AgentRegistryControl
125} // namespace Aws
const UpdatedA2aAgentCardDescriptor & GetA2aAgentCard() const
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
const UpdatedAgentSkillsDefinitionDescriptor & GetAgentSkillsDefinition() const
UpdatedDescriptorsFields & WithMcpServer(McpServerT &&value)
AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields()=default
UpdatedDescriptorsFields & WithA2aAgentCard(A2aAgentCardT &&value)
AWS_AGENTREGISTRYCONTROL_API UpdatedDescriptorsFields & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdatedDescriptorsFields & WithAgentSkillsDefinition(AgentSkillsDefinitionT &&value)
Aws::Utils::Json::JsonValue JsonValue