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/EnvironmentConfigurationUserParameter.h>
13#include <aws/datazone/model/EnvironmentDeploymentDetails.h>
14#include <aws/datazone/model/ProjectDeletionError.h>
15#include <aws/datazone/model/ProjectStatus.h>
16#include <aws/datazone/model/ResourceTag.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
43 template <
typename DomainIdT = Aws::String>
45 m_domainIdHasBeenSet =
true;
46 m_domainId = std::forward<DomainIdT>(value);
48 template <
typename DomainIdT = Aws::String>
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
112 m_projectStatusHasBeenSet =
true;
113 m_projectStatus = value;
127 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
129 m_failureReasonsHasBeenSet =
true;
130 m_failureReasons = std::forward<FailureReasonsT>(value);
132 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
137 template <
typename FailureReasonsT = ProjectDeletionError>
139 m_failureReasonsHasBeenSet =
true;
140 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
150 template <
typename CreatedByT = Aws::String>
152 m_createdByHasBeenSet =
true;
153 m_createdBy = std::forward<CreatedByT>(value);
155 template <
typename CreatedByT = Aws::String>
167 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 m_createdAtHasBeenSet =
true;
170 m_createdAt = std::forward<CreatedAtT>(value);
172 template <
typename CreatedAtT = Aws::Utils::DateTime>
184 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
186 m_lastUpdatedAtHasBeenSet =
true;
187 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
189 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
201 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
203 m_resourceTagsHasBeenSet =
true;
204 m_resourceTags = std::forward<ResourceTagsT>(value);
206 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
211 template <
typename ResourceTagsT = ResourceTag>
213 m_resourceTagsHasBeenSet =
true;
214 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
224 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
226 m_glossaryTermsHasBeenSet =
true;
227 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
229 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
234 template <
typename GlossaryTermsT = Aws::String>
236 m_glossaryTermsHasBeenSet =
true;
237 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
247 template <
typename DomainUnitIdT = Aws::String>
249 m_domainUnitIdHasBeenSet =
true;
250 m_domainUnitId = std::forward<DomainUnitIdT>(value);
252 template <
typename DomainUnitIdT = Aws::String>
264 template <
typename ProjectProfileIdT = Aws::String>
266 m_projectProfileIdHasBeenSet =
true;
267 m_projectProfileId = std::forward<ProjectProfileIdT>(value);
269 template <
typename ProjectProfileIdT = Aws::String>
281 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
283 m_userParametersHasBeenSet =
true;
284 m_userParameters = std::forward<UserParametersT>(value);
286 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
291 template <
typename UserParametersT = EnvironmentConfigurationUserParameter>
293 m_userParametersHasBeenSet =
true;
294 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
304 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
306 m_environmentDeploymentDetailsHasBeenSet =
true;
307 m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value);
309 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
319 template <
typename RequestIdT = Aws::String>
321 m_requestIdHasBeenSet =
true;
322 m_requestId = std::forward<RequestIdT>(value);
324 template <
typename RequestIdT = Aws::String>
361 EnvironmentDeploymentDetails m_environmentDeploymentDetails;
365 bool m_domainIdHasBeenSet =
false;
366 bool m_idHasBeenSet =
false;
367 bool m_nameHasBeenSet =
false;
368 bool m_descriptionHasBeenSet =
false;
369 bool m_projectStatusHasBeenSet =
false;
370 bool m_failureReasonsHasBeenSet =
false;
371 bool m_createdByHasBeenSet =
false;
372 bool m_createdAtHasBeenSet =
false;
373 bool m_lastUpdatedAtHasBeenSet =
false;
374 bool m_resourceTagsHasBeenSet =
false;
375 bool m_glossaryTermsHasBeenSet =
false;
376 bool m_domainUnitIdHasBeenSet =
false;
377 bool m_projectProfileIdHasBeenSet =
false;
378 bool m_userParametersHasBeenSet =
false;
379 bool m_environmentDeploymentDetailsHasBeenSet =
false;
380 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDomainUnitId() const
void SetProjectStatus(ProjectStatus value)
AWS_DATAZONE_API CreateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateProjectResult & WithRequestId(RequestIdT &&value)
void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetName() const
const Aws::String & GetId() const
CreateProjectResult & AddResourceTags(ResourceTagsT &&value)
ProjectStatus GetProjectStatus() const
AWS_DATAZONE_API CreateProjectResult()=default
void SetFailureReasons(FailureReasonsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetGlossaryTerms(GlossaryTermsT &&value)
CreateProjectResult & WithProjectProfileId(ProjectProfileIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
CreateProjectResult & WithDescription(DescriptionT &&value)
void SetDomainUnitId(DomainUnitIdT &&value)
CreateProjectResult & WithDomainUnitId(DomainUnitIdT &&value)
void SetProjectProfileId(ProjectProfileIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetResourceTags(ResourceTagsT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
CreateProjectResult & WithCreatedBy(CreatedByT &&value)
CreateProjectResult & WithProjectStatus(ProjectStatus value)
const Aws::String & GetProjectProfileId() const
CreateProjectResult & WithGlossaryTerms(GlossaryTermsT &&value)
CreateProjectResult & WithResourceTags(ResourceTagsT &&value)
const EnvironmentDeploymentDetails & GetEnvironmentDeploymentDetails() const
CreateProjectResult & AddFailureReasons(FailureReasonsT &&value)
const Aws::String & GetDomainId() const
AWS_DATAZONE_API CreateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateProjectResult & WithUserParameters(UserParametersT &&value)
void SetDomainId(DomainIdT &&value)
void SetCreatedBy(CreatedByT &&value)
CreateProjectResult & WithEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
const Aws::String & GetCreatedBy() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUserParameters(UserParametersT &&value)
void SetName(NameT &&value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
const Aws::Vector< EnvironmentConfigurationUserParameter > & GetUserParameters() const
void SetDescription(DescriptionT &&value)
CreateProjectResult & WithFailureReasons(FailureReasonsT &&value)
const Aws::Vector< ProjectDeletionError > & GetFailureReasons() const
CreateProjectResult & AddUserParameters(UserParametersT &&value)
CreateProjectResult & WithDomainId(DomainIdT &&value)
CreateProjectResult & WithId(IdT &&value)
CreateProjectResult & WithCreatedAt(CreatedAtT &&value)
CreateProjectResult & AddGlossaryTerms(GlossaryTermsT &&value)
CreateProjectResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
CreateProjectResult & WithName(NameT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue