7#include <aws/agent-registry/AgentRegistry_EXPORTS.h>
8#include <aws/agent-registry/model/DescriptorSource.h>
9#include <aws/agent-registry/model/McpServerAdditionalData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgentRegistry {
46 template <
typename DataT = Aws::String>
48 m_dataHasBeenSet =
true;
49 m_data = std::forward<DataT>(value);
51 template <
typename DataT = Aws::String>
53 SetData(std::forward<DataT>(value));
64 template <
typename DataSchemaVersionT = Aws::String>
66 m_dataSchemaVersionHasBeenSet =
true;
67 m_dataSchemaVersion = std::forward<DataSchemaVersionT>(value);
69 template <
typename DataSchemaVersionT = Aws::String>
83 template <
typename AdditionalDataT = McpServerAdditionalData>
85 m_additionalDataHasBeenSet =
true;
86 m_additionalData = std::forward<AdditionalDataT>(value);
88 template <
typename AdditionalDataT = McpServerAdditionalData>
102 template <
typename SourceT = DescriptorSource>
104 m_sourceHasBeenSet =
true;
105 m_source = std::forward<SourceT>(value);
107 template <
typename SourceT = DescriptorSource>
121 bool m_dataHasBeenSet =
false;
122 bool m_dataSchemaVersionHasBeenSet =
false;
123 bool m_additionalDataHasBeenSet =
false;
124 bool m_sourceHasBeenSet =
false;
AWS_AGENTREGISTRY_API McpServerDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataHasBeenSet() const
bool AdditionalDataHasBeenSet() const
AWS_AGENTREGISTRY_API McpServerDescriptor()=default
void SetDataSchemaVersion(DataSchemaVersionT &&value)
bool SourceHasBeenSet() const
const DescriptorSource & GetSource() const
McpServerDescriptor & WithDataSchemaVersion(DataSchemaVersionT &&value)
const McpServerAdditionalData & GetAdditionalData() const
McpServerDescriptor & WithSource(SourceT &&value)
bool DataSchemaVersionHasBeenSet() const
const Aws::String & GetDataSchemaVersion() const
const Aws::String & GetData() const
void SetData(DataT &&value)
AWS_AGENTREGISTRY_API McpServerDescriptor(Aws::Utils::Json::JsonView jsonValue)
McpServerDescriptor & WithAdditionalData(AdditionalDataT &&value)
McpServerDescriptor & WithData(DataT &&value)
void SetSource(SourceT &&value)
void SetAdditionalData(AdditionalDataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue