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 {
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;
void SetSource(SourceT &&value)
AgentSkillsMdDescriptor & WithData(DataT &&value)
AWS_AGENTREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetData() const
void SetData(DataT &&value)
AgentSkillsMdDescriptor & WithSource(SourceT &&value)
const DescriptorSource & GetSource() const
bool SourceHasBeenSet() const
void SetDataSchemaVersion(DataSchemaVersionT &&value)
const Aws::String & GetDataSchemaVersion() const
bool DataSchemaVersionHasBeenSet() const
AWS_AGENTREGISTRY_API AgentSkillsMdDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRY_API AgentSkillsMdDescriptor()=default
AgentSkillsMdDescriptor & WithDataSchemaVersion(DataSchemaVersionT &&value)
AWS_AGENTREGISTRY_API AgentSkillsMdDescriptor(Aws::Utils::Json::JsonView jsonValue)
bool DataHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue