7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/iotthingsgraph/model/FlowTemplateSummary.h>
9#include <aws/iotthingsgraph/model/DefinitionDocument.h>
22namespace IoTThingsGraph
48 template<
typename SummaryT = FlowTemplateSummary>
49 void SetSummary(SummaryT&& value) { m_summaryHasBeenSet =
true; m_summary = std::forward<SummaryT>(value); }
50 template<
typename SummaryT = FlowTemplateSummary>
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;
FlowTemplateDescription & WithSummary(SummaryT &&value)
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
FlowTemplateDescription & WithDefinition(DefinitionT &&value)
void SetValidatedNamespaceVersion(long long value)
FlowTemplateDescription & WithValidatedNamespaceVersion(long long value)
const DefinitionDocument & GetDefinition() const
void SetDefinition(DefinitionT &&value)
const FlowTemplateSummary & GetSummary() const
void SetSummary(SummaryT &&value)
AWS_IOTTHINGSGRAPH_API FlowTemplateDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTTHINGSGRAPH_API FlowTemplateDescription(Aws::Utils::Json::JsonView jsonValue)
bool DefinitionHasBeenSet() const
long long GetValidatedNamespaceVersion() const
AWS_IOTTHINGSGRAPH_API FlowTemplateDescription()=default
bool SummaryHasBeenSet() const
bool ValidatedNamespaceVersionHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue