7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/MetadataGenerationRunStatus.h>
12#include <aws/datazone/model/MetadataGenerationRunTarget.h>
13#include <aws/datazone/model/MetadataGenerationRunType.h>
46 template <
typename DomainIdT = Aws::String>
48 m_domainIdHasBeenSet =
true;
49 m_domainId = std::forward<DomainIdT>(value);
51 template <
typename DomainIdT = Aws::String>
64 template <
typename IdT = Aws::String>
66 m_idHasBeenSet =
true;
67 m_id = std::forward<IdT>(value);
69 template <
typename IdT = Aws::String>
71 SetId(std::forward<IdT>(value));
82 template <
typename TargetT = MetadataGenerationRunTarget>
84 m_targetHasBeenSet =
true;
85 m_target = std::forward<TargetT>(value);
87 template <
typename TargetT = MetadataGenerationRunTarget>
101 m_statusHasBeenSet =
true;
116 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
118 m_typesHasBeenSet =
true;
119 m_types = std::forward<TypesT>(value);
121 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
123 SetTypes(std::forward<TypesT>(value));
127 m_typesHasBeenSet =
true;
128 m_types.push_back(value);
139 template <
typename CreatedAtT = Aws::Utils::DateTime>
141 m_createdAtHasBeenSet =
true;
142 m_createdAt = std::forward<CreatedAtT>(value);
144 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 template <
typename CreatedByT = Aws::String>
159 m_createdByHasBeenSet =
true;
160 m_createdBy = std::forward<CreatedByT>(value);
162 template <
typename CreatedByT = Aws::String>
176 template <
typename OwningProjectIdT = Aws::String>
178 m_owningProjectIdHasBeenSet =
true;
179 m_owningProjectId = std::forward<OwningProjectIdT>(value);
181 template <
typename OwningProjectIdT = Aws::String>
203 bool m_domainIdHasBeenSet =
false;
204 bool m_idHasBeenSet =
false;
205 bool m_targetHasBeenSet =
false;
206 bool m_statusHasBeenSet =
false;
207 bool m_typesHasBeenSet =
false;
208 bool m_createdAtHasBeenSet =
false;
209 bool m_createdByHasBeenSet =
false;
210 bool m_owningProjectIdHasBeenSet =
false;
MetadataGenerationRunStatus
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue