7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/EnvironmentConfigurationUserParameter.h>
12#include <aws/datazone/model/EnvironmentDeploymentDetails.h>
13#include <aws/datazone/model/ProjectDeletionError.h>
14#include <aws/datazone/model/ProjectStatus.h>
15#include <aws/datazone/model/ResourceTag.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 NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
111 m_projectStatusHasBeenSet =
true;
112 m_projectStatus = value;
126 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
128 m_failureReasonsHasBeenSet =
true;
129 m_failureReasons = std::forward<FailureReasonsT>(value);
131 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
136 template <
typename FailureReasonsT = ProjectDeletionError>
138 m_failureReasonsHasBeenSet =
true;
139 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
149 template <
typename CreatedByT = Aws::String>
151 m_createdByHasBeenSet =
true;
152 m_createdBy = std::forward<CreatedByT>(value);
154 template <
typename CreatedByT = Aws::String>
166 template <
typename CreatedAtT = Aws::Utils::DateTime>
168 m_createdAtHasBeenSet =
true;
169 m_createdAt = std::forward<CreatedAtT>(value);
171 template <
typename CreatedAtT = Aws::Utils::DateTime>
183 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
185 m_lastUpdatedAtHasBeenSet =
true;
186 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
188 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
200 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
202 m_resourceTagsHasBeenSet =
true;
203 m_resourceTags = std::forward<ResourceTagsT>(value);
205 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
210 template <
typename ResourceTagsT = ResourceTag>
212 m_resourceTagsHasBeenSet =
true;
213 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
223 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
225 m_glossaryTermsHasBeenSet =
true;
226 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
228 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
233 template <
typename GlossaryTermsT = Aws::String>
235 m_glossaryTermsHasBeenSet =
true;
236 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
246 template <
typename DomainUnitIdT = Aws::String>
248 m_domainUnitIdHasBeenSet =
true;
249 m_domainUnitId = std::forward<DomainUnitIdT>(value);
251 template <
typename DomainUnitIdT = Aws::String>
263 template <
typename ProjectProfileIdT = Aws::String>
265 m_projectProfileIdHasBeenSet =
true;
266 m_projectProfileId = std::forward<ProjectProfileIdT>(value);
268 template <
typename ProjectProfileIdT = Aws::String>
280 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
282 m_userParametersHasBeenSet =
true;
283 m_userParameters = std::forward<UserParametersT>(value);
285 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
290 template <
typename UserParametersT = EnvironmentConfigurationUserParameter>
292 m_userParametersHasBeenSet =
true;
293 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
303 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
305 m_environmentDeploymentDetailsHasBeenSet =
true;
306 m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value);
308 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
318 template <
typename RequestIdT = Aws::String>
320 m_requestIdHasBeenSet =
true;
321 m_requestId = std::forward<RequestIdT>(value);
323 template <
typename RequestIdT = Aws::String>
358 EnvironmentDeploymentDetails m_environmentDeploymentDetails;
361 bool m_domainIdHasBeenSet =
false;
362 bool m_idHasBeenSet =
false;
363 bool m_nameHasBeenSet =
false;
364 bool m_descriptionHasBeenSet =
false;
365 bool m_projectStatusHasBeenSet =
false;
366 bool m_failureReasonsHasBeenSet =
false;
367 bool m_createdByHasBeenSet =
false;
368 bool m_createdAtHasBeenSet =
false;
369 bool m_lastUpdatedAtHasBeenSet =
false;
370 bool m_resourceTagsHasBeenSet =
false;
371 bool m_glossaryTermsHasBeenSet =
false;
372 bool m_domainUnitIdHasBeenSet =
false;
373 bool m_projectProfileIdHasBeenSet =
false;
374 bool m_userParametersHasBeenSet =
false;
375 bool m_environmentDeploymentDetailsHasBeenSet =
false;
376 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCreatedBy() const
const Aws::String & GetDescription() const
void SetDomainUnitId(DomainUnitIdT &&value)
UpdateProjectResult & AddUserParameters(UserParametersT &&value)
void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
const Aws::Vector< EnvironmentConfigurationUserParameter > & GetUserParameters() const
UpdateProjectResult & WithResourceTags(ResourceTagsT &&value)
UpdateProjectResult & WithEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
UpdateProjectResult & WithId(IdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetDomainId() const
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API UpdateProjectResult()=default
UpdateProjectResult & WithCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetProjectStatus(ProjectStatus value)
const Aws::String & GetProjectProfileId() const
AWS_DATAZONE_API UpdateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGlossaryTerms(GlossaryTermsT &&value)
UpdateProjectResult & WithDomainUnitId(DomainUnitIdT &&value)
UpdateProjectResult & AddGlossaryTerms(GlossaryTermsT &&value)
void SetUserParameters(UserParametersT &&value)
UpdateProjectResult & AddResourceTags(ResourceTagsT &&value)
void SetProjectProfileId(ProjectProfileIdT &&value)
UpdateProjectResult & AddFailureReasons(FailureReasonsT &&value)
UpdateProjectResult & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetId() const
UpdateProjectResult & WithCreatedAt(CreatedAtT &&value)
const EnvironmentDeploymentDetails & GetEnvironmentDeploymentDetails() const
void SetCreatedBy(CreatedByT &&value)
UpdateProjectResult & WithProjectProfileId(ProjectProfileIdT &&value)
UpdateProjectResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
AWS_DATAZONE_API UpdateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectResult & WithProjectStatus(ProjectStatus value)
UpdateProjectResult & WithGlossaryTerms(GlossaryTermsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetResourceTags(ResourceTagsT &&value)
UpdateProjectResult & WithName(NameT &&value)
UpdateProjectResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetDomainUnitId() const
void SetName(NameT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
UpdateProjectResult & WithUserParameters(UserParametersT &&value)
UpdateProjectResult & WithFailureReasons(FailureReasonsT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Vector< ProjectDeletionError > & GetFailureReasons() const
void SetFailureReasons(FailureReasonsT &&value)
ProjectStatus GetProjectStatus() const
UpdateProjectResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue