7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/MetadataGenerationRunTarget.h>
13#include <aws/datazone/model/MetadataGenerationRunType.h>
42 template <
typename DomainIdentifierT = Aws::String>
44 m_domainIdentifierHasBeenSet =
true;
45 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
47 template <
typename DomainIdentifierT = Aws::String>
60 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
62 m_typesHasBeenSet =
true;
63 m_types = std::forward<TypesT>(value);
65 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
67 SetTypes(std::forward<TypesT>(value));
71 m_typesHasBeenSet =
true;
72 m_types.push_back(value);
83 template <
typename TargetT = MetadataGenerationRunTarget>
85 m_targetHasBeenSet =
true;
86 m_target = std::forward<TargetT>(value);
88 template <
typename TargetT = MetadataGenerationRunTarget>
102 template <
typename ClientTokenT = Aws::String>
104 m_clientTokenHasBeenSet =
true;
105 m_clientToken = std::forward<ClientTokenT>(value);
107 template <
typename ClientTokenT = Aws::String>
121 template <
typename OwningProjectIdentifierT = Aws::String>
123 m_owningProjectIdentifierHasBeenSet =
true;
124 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
126 template <
typename OwningProjectIdentifierT = Aws::String>
142 bool m_domainIdentifierHasBeenSet =
false;
143 bool m_typesHasBeenSet =
false;
144 bool m_targetHasBeenSet =
false;
145 bool m_clientTokenHasBeenSet =
true;
146 bool m_owningProjectIdentifierHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector