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 {
40 template <
typename DataT = Aws::String>
42 m_dataHasBeenSet =
true;
43 m_data = std::forward<DataT>(value);
45 template <
typename DataT = Aws::String>
47 SetData(std::forward<DataT>(value));
56 template <
typename DataSchemaVersionT = Aws::String>
58 m_dataSchemaVersionHasBeenSet =
true;
59 m_dataSchemaVersion = std::forward<DataSchemaVersionT>(value);
61 template <
typename DataSchemaVersionT = Aws::String>
72 template <
typename AdditionalDataT = McpServerAdditionalData>
74 m_additionalDataHasBeenSet =
true;
75 m_additionalData = std::forward<AdditionalDataT>(value);
77 template <
typename AdditionalDataT = McpServerAdditionalData>
91 template <
typename SourceT = DescriptorSource>
93 m_sourceHasBeenSet =
true;
94 m_source = std::forward<SourceT>(value);
96 template <
typename SourceT = DescriptorSource>
110 bool m_dataHasBeenSet =
false;
111 bool m_dataSchemaVersionHasBeenSet =
false;
112 bool m_additionalDataHasBeenSet =
false;
113 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