7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/MetadataGenerationRunStatus.h>
11#include <aws/datazone/model/MetadataGenerationRunTarget.h>
12#include <aws/datazone/model/MetadataGenerationRunType.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename CreatedAtT = Aws::Utils::DateTime>
45 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
46 template<
typename CreatedAtT = Aws::Utils::DateTime>
55 template<
typename CreatedByT = Aws::String>
56 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
57 template<
typename CreatedByT = Aws::String>
67 template<
typename DomainIdT = Aws::String>
68 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
69 template<
typename DomainIdT = Aws::String>
78 template<
typename IdT = Aws::String>
79 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
80 template<
typename IdT = Aws::String>
90 template<
typename OwningProjectIdT = Aws::String>
91 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
92 template<
typename OwningProjectIdT = Aws::String>
110 template<
typename TargetT = MetadataGenerationRunTarget>
111 void SetTarget(TargetT&& value) { m_targetHasBeenSet =
true; m_target = std::forward<TargetT>(value); }
112 template<
typename TargetT = MetadataGenerationRunTarget>
128 template<
typename RequestIdT = Aws::String>
129 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
130 template<
typename RequestIdT = Aws::String>
136 bool m_createdAtHasBeenSet =
false;
139 bool m_createdByHasBeenSet =
false;
142 bool m_domainIdHasBeenSet =
false;
145 bool m_idHasBeenSet =
false;
148 bool m_owningProjectIdHasBeenSet =
false;
151 bool m_statusHasBeenSet =
false;
153 MetadataGenerationRunTarget m_target;
154 bool m_targetHasBeenSet =
false;
157 bool m_typeHasBeenSet =
false;
160 bool m_requestIdHasBeenSet =
false;
MetadataGenerationRunStatus
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue