7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/DescriptorSource.h>
9#include <aws/agent-registry-control/model/McpServerAdditionalData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgentRegistryControl {
45 template <
typename DataT = Aws::String>
47 m_dataHasBeenSet =
true;
48 m_data = std::forward<DataT>(value);
50 template <
typename DataT = Aws::String>
52 SetData(std::forward<DataT>(value));
63 template <
typename DataSchemaVersionT = Aws::String>
65 m_dataSchemaVersionHasBeenSet =
true;
66 m_dataSchemaVersion = std::forward<DataSchemaVersionT>(value);
68 template <
typename DataSchemaVersionT = Aws::String>
82 template <
typename AdditionalDataT = McpServerAdditionalData>
84 m_additionalDataHasBeenSet =
true;
85 m_additionalData = std::forward<AdditionalDataT>(value);
87 template <
typename AdditionalDataT = McpServerAdditionalData>
101 template <
typename SourceT = DescriptorSource>
103 m_sourceHasBeenSet =
true;
104 m_source = std::forward<SourceT>(value);
106 template <
typename SourceT = DescriptorSource>
120 bool m_dataHasBeenSet =
false;
121 bool m_dataSchemaVersionHasBeenSet =
false;
122 bool m_additionalDataHasBeenSet =
false;
123 bool m_sourceHasBeenSet =
false;
bool SourceHasBeenSet() const
void SetData(DataT &&value)
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetData() const
AWS_AGENTREGISTRYCONTROL_API McpServerDescriptor()=default
AWS_AGENTREGISTRYCONTROL_API McpServerDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDataSchemaVersion() const
McpServerDescriptor & WithData(DataT &&value)
McpServerDescriptor & WithSource(SourceT &&value)
const McpServerAdditionalData & GetAdditionalData() const
McpServerDescriptor & WithAdditionalData(AdditionalDataT &&value)
McpServerDescriptor & WithDataSchemaVersion(DataSchemaVersionT &&value)
bool AdditionalDataHasBeenSet() const
void SetSource(SourceT &&value)
AWS_AGENTREGISTRYCONTROL_API McpServerDescriptor(Aws::Utils::Json::JsonView jsonValue)
const DescriptorSource & GetSource() const
bool DataHasBeenSet() const
void SetDataSchemaVersion(DataSchemaVersionT &&value)
void SetAdditionalData(AdditionalDataT &&value)
bool DataSchemaVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue