7#include <aws/agent-registry/AgentRegistry_EXPORTS.h>
8#include <aws/agent-registry/model/DescriptorSource.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace 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>
75 template <
typename SourceT = DescriptorSource>
77 m_sourceHasBeenSet =
true;
78 m_source = std::forward<SourceT>(value);
80 template <
typename SourceT = DescriptorSource>
92 bool m_dataHasBeenSet =
false;
93 bool m_dataSchemaVersionHasBeenSet =
false;
94 bool m_sourceHasBeenSet =
false;
void SetData(DataT &&value)
const DescriptorSource & GetSource() const
bool SourceHasBeenSet() const
A2aAgentCardDescriptor & WithSource(SourceT &&value)
AWS_AGENTREGISTRY_API A2aAgentCardDescriptor()=default
AWS_AGENTREGISTRY_API A2aAgentCardDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRY_API A2aAgentCardDescriptor(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetData() const
AWS_AGENTREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataHasBeenSet() const
const Aws::String & GetDataSchemaVersion() const
A2aAgentCardDescriptor & WithDataSchemaVersion(DataSchemaVersionT &&value)
bool DataSchemaVersionHasBeenSet() const
void SetSource(SourceT &&value)
void SetDataSchemaVersion(DataSchemaVersionT &&value)
A2aAgentCardDescriptor & WithData(DataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue