7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/MetadataGenerationRunType.h>
44 template <
typename DomainIdentifierT = Aws::String>
46 m_domainIdentifierHasBeenSet =
true;
47 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
49 template <
typename DomainIdentifierT = Aws::String>
62 template <
typename IdentifierT = Aws::String>
64 m_identifierHasBeenSet =
true;
65 m_identifier = std::forward<IdentifierT>(value);
67 template <
typename IdentifierT = Aws::String>
81 m_typeHasBeenSet =
true;
95 bool m_domainIdentifierHasBeenSet =
false;
96 bool m_identifierHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String