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/MetadataGenerationRunType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
57 template <
typename IdT = Aws::String>
59 m_idHasBeenSet =
true;
60 m_id = std::forward<IdT>(value);
62 template <
typename IdT = Aws::String>
64 SetId(std::forward<IdT>(value));
75 m_statusHasBeenSet =
true;
89 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
91 m_typesHasBeenSet =
true;
92 m_types = std::forward<TypesT>(value);
94 template <
typename TypesT = Aws::Vector<MetadataGenerationRunType>>
96 SetTypes(std::forward<TypesT>(value));
100 m_typesHasBeenSet =
true;
101 m_types.push_back(value);
111 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 m_createdAtHasBeenSet =
true;
114 m_createdAt = std::forward<CreatedAtT>(value);
116 template <
typename CreatedAtT = Aws::Utils::DateTime>
128 template <
typename CreatedByT = Aws::String>
130 m_createdByHasBeenSet =
true;
131 m_createdBy = std::forward<CreatedByT>(value);
133 template <
typename CreatedByT = Aws::String>
146 template <
typename OwningProjectIdT = Aws::String>
148 m_owningProjectIdHasBeenSet =
true;
149 m_owningProjectId = std::forward<OwningProjectIdT>(value);
151 template <
typename OwningProjectIdT = Aws::String>
161 template <
typename RequestIdT = Aws::String>
163 m_requestIdHasBeenSet =
true;
164 m_requestId = std::forward<RequestIdT>(value);
166 template <
typename RequestIdT = Aws::String>
191 bool m_domainIdHasBeenSet =
false;
192 bool m_idHasBeenSet =
false;
193 bool m_statusHasBeenSet =
false;
194 bool m_typesHasBeenSet =
false;
195 bool m_createdAtHasBeenSet =
false;
196 bool m_createdByHasBeenSet =
false;
197 bool m_owningProjectIdHasBeenSet =
false;
198 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