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 {
42 template <
typename DataT = Aws::String>
44 m_dataHasBeenSet =
true;
45 m_data = std::forward<DataT>(value);
47 template <
typename DataT = Aws::String>
49 SetData(std::forward<DataT>(value));
60 template <
typename DataSchemaVersionT = Aws::String>
62 m_dataSchemaVersionHasBeenSet =
true;
63 m_dataSchemaVersion = std::forward<DataSchemaVersionT>(value);
65 template <
typename DataSchemaVersionT = Aws::String>
79 template <
typename SourceT = DescriptorSource>
81 m_sourceHasBeenSet =
true;
82 m_source = std::forward<SourceT>(value);
84 template <
typename SourceT = DescriptorSource>
96 bool m_dataHasBeenSet =
false;
97 bool m_dataSchemaVersionHasBeenSet =
false;
98 bool m_sourceHasBeenSet =
false;
const DescriptorSource & GetSource() const
void SetSource(SourceT &&value)
AWS_AGENTREGISTRYCONTROL_API AgentSkillsMdDescriptor()=default
void SetDataSchemaVersion(DataSchemaVersionT &&value)
AgentSkillsMdDescriptor & WithData(DataT &&value)
AWS_AGENTREGISTRYCONTROL_API AgentSkillsMdDescriptor(Aws::Utils::Json::JsonView jsonValue)
void SetData(DataT &&value)
AgentSkillsMdDescriptor & WithDataSchemaVersion(DataSchemaVersionT &&value)
bool DataHasBeenSet() const
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDataSchemaVersion() const
bool SourceHasBeenSet() const
bool DataSchemaVersionHasBeenSet() const
AWS_AGENTREGISTRYCONTROL_API AgentSkillsMdDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetData() const
AgentSkillsMdDescriptor & WithSource(SourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue