7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/DescriptorSource.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace AgentRegistryControl {
43 template <
typename DataT = Aws::String>
45 m_dataHasBeenSet =
true;
46 m_data = std::forward<DataT>(value);
48 template <
typename DataT = Aws::String>
50 SetData(std::forward<DataT>(value));
61 template <
typename DataSchemaVersionT = Aws::String>
63 m_dataSchemaVersionHasBeenSet =
true;
64 m_dataSchemaVersion = std::forward<DataSchemaVersionT>(value);
66 template <
typename DataSchemaVersionT = Aws::String>
80 template <
typename SourceT = DescriptorSource>
82 m_sourceHasBeenSet =
true;
83 m_source = std::forward<SourceT>(value);
85 template <
typename SourceT = DescriptorSource>
97 bool m_dataHasBeenSet =
false;
98 bool m_dataSchemaVersionHasBeenSet =
false;
99 bool m_sourceHasBeenSet =
false;
AWS_AGENTREGISTRYCONTROL_API A2aAgentCardDescriptor()=default
bool SourceHasBeenSet() const
const Aws::String & GetData() const
void SetData(DataT &&value)
void SetDataSchemaVersion(DataSchemaVersionT &&value)
bool DataSchemaVersionHasBeenSet() const
AWS_AGENTREGISTRYCONTROL_API A2aAgentCardDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRYCONTROL_API A2aAgentCardDescriptor(Aws::Utils::Json::JsonView jsonValue)
A2aAgentCardDescriptor & WithSource(SourceT &&value)
const Aws::String & GetDataSchemaVersion() const
A2aAgentCardDescriptor & WithDataSchemaVersion(DataSchemaVersionT &&value)
void SetSource(SourceT &&value)
A2aAgentCardDescriptor & WithData(DataT &&value)
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
const DescriptorSource & GetSource() const
bool DataHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue