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/EnvironmentDeploymentDetails.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/ProjectStatus.h>
13#include <aws/datazone/model/ProjectDeletionError.h>
14#include <aws/datazone/model/EnvironmentConfigurationUserParameter.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename CreatedAtT = Aws::Utils::DateTime>
47 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
57 template<
typename CreatedByT = Aws::String>
58 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
59 template<
typename CreatedByT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename DomainIdT = Aws::String>
81 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
82 template<
typename DomainIdT = Aws::String>
91 template<
typename DomainUnitIdT = Aws::String>
92 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
93 template<
typename DomainUnitIdT = Aws::String>
102 template<
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
103 void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT&& value) { m_environmentDeploymentDetailsHasBeenSet =
true; m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value); }
104 template<
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
114 template<
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
115 void SetFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons = std::forward<FailureReasonsT>(value); }
116 template<
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
118 template<
typename FailureReasonsT = ProjectDeletionError>
127 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
128 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
129 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
131 template<
typename GlossaryTermsT = Aws::String>
140 template<
typename IdT = Aws::String>
141 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
142 template<
typename IdT = Aws::String>
151 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
152 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
153 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
162 template<
typename NameT = Aws::String>
163 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
164 template<
typename NameT = Aws::String>
173 template<
typename ProjectProfileIdT = Aws::String>
174 void SetProjectProfileId(ProjectProfileIdT&& value) { m_projectProfileIdHasBeenSet =
true; m_projectProfileId = std::forward<ProjectProfileIdT>(value); }
175 template<
typename ProjectProfileIdT = Aws::String>
193 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
194 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
195 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
197 template<
typename UserParametersT = EnvironmentConfigurationUserParameter>
204 template<
typename RequestIdT = Aws::String>
205 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
206 template<
typename RequestIdT = Aws::String>
212 bool m_createdAtHasBeenSet =
false;
215 bool m_createdByHasBeenSet =
false;
218 bool m_descriptionHasBeenSet =
false;
221 bool m_domainIdHasBeenSet =
false;
224 bool m_domainUnitIdHasBeenSet =
false;
226 EnvironmentDeploymentDetails m_environmentDeploymentDetails;
227 bool m_environmentDeploymentDetailsHasBeenSet =
false;
230 bool m_failureReasonsHasBeenSet =
false;
233 bool m_glossaryTermsHasBeenSet =
false;
236 bool m_idHasBeenSet =
false;
239 bool m_lastUpdatedAtHasBeenSet =
false;
242 bool m_nameHasBeenSet =
false;
245 bool m_projectProfileIdHasBeenSet =
false;
248 bool m_projectStatusHasBeenSet =
false;
251 bool m_userParametersHasBeenSet =
false;
254 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 & 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)
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)
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)
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