7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/MetadataGenerationRunTarget.h>
12#include <aws/datazone/model/MetadataGenerationRunType.h>
41 template <
typename ClientTokenT = Aws::String>
43 m_clientTokenHasBeenSet =
true;
44 m_clientToken = std::forward<ClientTokenT>(value);
46 template <
typename ClientTokenT = Aws::String>
60 template <
typename DomainIdentifierT = Aws::String>
62 m_domainIdentifierHasBeenSet =
true;
63 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
65 template <
typename DomainIdentifierT = Aws::String>
79 template <
typename OwningProjectIdentifierT = Aws::String>
81 m_owningProjectIdentifierHasBeenSet =
true;
82 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
84 template <
typename OwningProjectIdentifierT = Aws::String>
97 template <
typename TargetT = MetadataGenerationRunTarget>
99 m_targetHasBeenSet =
true;
100 m_target = std::forward<TargetT>(value);
102 template <
typename TargetT = MetadataGenerationRunTarget>
116 m_typeHasBeenSet =
true;
126 bool m_clientTokenHasBeenSet =
true;
129 bool m_domainIdentifierHasBeenSet =
false;
132 bool m_owningProjectIdentifierHasBeenSet =
false;
134 MetadataGenerationRunTarget m_target;
135 bool m_targetHasBeenSet =
false;
138 bool m_typeHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String