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>
14#include <aws/datazone/model/MetadataGenerationRunTypeStat.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
75 template <
typename TargetT = MetadataGenerationRunTarget>
77 m_targetHasBeenSet =
true;
78 m_target = std::forward<TargetT>(value);
80 template <
typename TargetT = MetadataGenerationRunTarget>
93 m_statusHasBeenSet =
true;
107 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
109 m_typesHasBeenSet =
true;
110 m_types = std::forward<TypesT>(value);
112 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
114 SetTypes(std::forward<TypesT>(value));
118 m_typesHasBeenSet =
true;
119 m_types.push_back(value);
129 template <
typename CreatedAtT = Aws::Utils::DateTime>
131 m_createdAtHasBeenSet =
true;
132 m_createdAt = std::forward<CreatedAtT>(value);
134 template <
typename CreatedAtT = Aws::Utils::DateTime>
146 template <
typename CreatedByT = Aws::String>
148 m_createdByHasBeenSet =
true;
149 m_createdBy = std::forward<CreatedByT>(value);
151 template <
typename CreatedByT = Aws::String>
164 template <
typename OwningProjectIdT = Aws::String>
166 m_owningProjectIdHasBeenSet =
true;
167 m_owningProjectId = std::forward<OwningProjectIdT>(value);
169 template <
typename OwningProjectIdT = Aws::String>
181 template <
typename TypeStatsT = Aws::Vector<MetadataGenerationRunTypeStat>>
183 m_typeStatsHasBeenSet =
true;
184 m_typeStats = std::forward<TypeStatsT>(value);
186 template <
typename TypeStatsT = Aws::Vector<MetadataGenerationRunTypeStat>>
191 template <
typename TypeStatsT = MetadataGenerationRunTypeStat>
193 m_typeStatsHasBeenSet =
true;
194 m_typeStats.emplace_back(std::forward<TypeStatsT>(value));
202 template <
typename RequestIdT = Aws::String>
204 m_requestIdHasBeenSet =
true;
205 m_requestId = std::forward<RequestIdT>(value);
207 template <
typename RequestIdT = Aws::String>
233 bool m_domainIdHasBeenSet =
false;
234 bool m_idHasBeenSet =
false;
235 bool m_targetHasBeenSet =
false;
236 bool m_statusHasBeenSet =
false;
237 bool m_typesHasBeenSet =
false;
238 bool m_createdAtHasBeenSet =
false;
239 bool m_createdByHasBeenSet =
false;
240 bool m_owningProjectIdHasBeenSet =
false;
241 bool m_typeStatsHasBeenSet =
false;
242 bool m_requestIdHasBeenSet =
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