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/MetadataGenerationRunType.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename CreatedAtT = Aws::Utils::DateTime>
44 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
45 template<
typename CreatedAtT = Aws::Utils::DateTime>
54 template<
typename CreatedByT = Aws::String>
55 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
56 template<
typename CreatedByT = Aws::String>
66 template<
typename DomainIdT = Aws::String>
67 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
68 template<
typename DomainIdT = Aws::String>
77 template<
typename IdT = Aws::String>
78 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
79 template<
typename IdT = Aws::String>
89 template<
typename OwningProjectIdT = Aws::String>
90 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
91 template<
typename OwningProjectIdT = Aws::String>
116 template<
typename RequestIdT = Aws::String>
117 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
118 template<
typename RequestIdT = Aws::String>
124 bool m_createdAtHasBeenSet =
false;
127 bool m_createdByHasBeenSet =
false;
130 bool m_domainIdHasBeenSet =
false;
133 bool m_idHasBeenSet =
false;
136 bool m_owningProjectIdHasBeenSet =
false;
139 bool m_statusHasBeenSet =
false;
142 bool m_typeHasBeenSet =
false;
145 bool m_requestIdHasBeenSet =
false;
MetadataGenerationRunStatus
MetadataGenerationRunType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue