7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/MetadataGenerationRunStatus.h>
13#include <aws/datazone/model/MetadataGenerationRunTarget.h>
14#include <aws/datazone/model/MetadataGenerationRunType.h>
15#include <aws/datazone/model/MetadataGenerationRunTypeStat.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
42 template <
typename DomainIdT = Aws::String>
44 m_domainIdHasBeenSet =
true;
45 m_domainId = std::forward<DomainIdT>(value);
47 template <
typename DomainIdT = Aws::String>
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
76 template <
typename TargetT = MetadataGenerationRunTarget>
78 m_targetHasBeenSet =
true;
79 m_target = std::forward<TargetT>(value);
81 template <
typename TargetT = MetadataGenerationRunTarget>
94 m_statusHasBeenSet =
true;
108 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
110 m_typesHasBeenSet =
true;
111 m_types = std::forward<TypesT>(value);
113 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
115 SetTypes(std::forward<TypesT>(value));
119 m_typesHasBeenSet =
true;
120 m_types.push_back(value);
130 template <
typename CreatedAtT = Aws::Utils::DateTime>
132 m_createdAtHasBeenSet =
true;
133 m_createdAt = std::forward<CreatedAtT>(value);
135 template <
typename CreatedAtT = Aws::Utils::DateTime>
147 template <
typename CreatedByT = Aws::String>
149 m_createdByHasBeenSet =
true;
150 m_createdBy = std::forward<CreatedByT>(value);
152 template <
typename CreatedByT = Aws::String>
165 template <
typename OwningProjectIdT = Aws::String>
167 m_owningProjectIdHasBeenSet =
true;
168 m_owningProjectId = std::forward<OwningProjectIdT>(value);
170 template <
typename OwningProjectIdT = Aws::String>
182 template <
typename TypeStatsT = Aws::Vector<MetadataGenerationRunTypeStat>>
184 m_typeStatsHasBeenSet =
true;
185 m_typeStats = std::forward<TypeStatsT>(value);
187 template <
typename TypeStatsT = Aws::Vector<MetadataGenerationRunTypeStat>>
192 template <
typename TypeStatsT = MetadataGenerationRunTypeStat>
194 m_typeStatsHasBeenSet =
true;
195 m_typeStats.emplace_back(std::forward<TypeStatsT>(value));
203 template <
typename RequestIdT = Aws::String>
205 m_requestIdHasBeenSet =
true;
206 m_requestId = std::forward<RequestIdT>(value);
208 template <
typename RequestIdT = Aws::String>
237 bool m_domainIdHasBeenSet =
false;
238 bool m_idHasBeenSet =
false;
239 bool m_targetHasBeenSet =
false;
240 bool m_statusHasBeenSet =
false;
241 bool m_typesHasBeenSet =
false;
242 bool m_createdAtHasBeenSet =
false;
243 bool m_createdByHasBeenSet =
false;
244 bool m_owningProjectIdHasBeenSet =
false;
245 bool m_typeStatsHasBeenSet =
false;
246 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