7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/iotthingsgraph/model/SystemTemplateSummary.h>
9#include <aws/iotthingsgraph/model/DefinitionDocument.h>
22namespace IoTThingsGraph
48 template<
typename SummaryT = SystemTemplateSummary>
49 void SetSummary(SummaryT&& value) { m_summaryHasBeenSet =
true; m_summary = std::forward<SummaryT>(value); }
50 template<
typename SummaryT = SystemTemplateSummary>
60 template<
typename DefinitionT = DefinitionDocument>
61 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
62 template<
typename DefinitionT = DefinitionDocument>
79 bool m_summaryHasBeenSet =
false;
82 bool m_definitionHasBeenSet =
false;
84 long long m_validatedNamespaceVersion{0};
85 bool m_validatedNamespaceVersionHasBeenSet =
false;
bool DefinitionHasBeenSet() const
const DefinitionDocument & GetDefinition() const
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetValidatedNamespaceVersion() const
AWS_IOTTHINGSGRAPH_API SystemTemplateDescription(Aws::Utils::Json::JsonView jsonValue)
SystemTemplateDescription & WithValidatedNamespaceVersion(long long value)
bool ValidatedNamespaceVersionHasBeenSet() const
void SetSummary(SummaryT &&value)
void SetDefinition(DefinitionT &&value)
void SetValidatedNamespaceVersion(long long value)
const SystemTemplateSummary & GetSummary() const
AWS_IOTTHINGSGRAPH_API SystemTemplateDescription()=default
bool SummaryHasBeenSet() const
SystemTemplateDescription & WithDefinition(DefinitionT &&value)
AWS_IOTTHINGSGRAPH_API SystemTemplateDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
SystemTemplateDescription & WithSummary(SummaryT &&value)
Aws::Utils::Json::JsonValue JsonValue