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>
79 template<
typename DomainIdT = Aws::String>
80 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
81 template<
typename DomainIdT = Aws::String>
90 template<
typename DomainUnitIdT = Aws::String>
91 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
92 template<
typename DomainUnitIdT = Aws::String>
101 template<
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
102 void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT&& value) { m_environmentDeploymentDetailsHasBeenSet =
true; m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value); }
103 template<
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
113 template<
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
114 void SetFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons = std::forward<FailureReasonsT>(value); }
115 template<
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
117 template<
typename FailureReasonsT = ProjectDeletionError>
118 GetProjectResult&
AddFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
return *
this; }
126 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
127 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
128 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
130 template<
typename GlossaryTermsT = Aws::String>
131 GetProjectResult&
AddGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
return *
this; }
139 template<
typename IdT = Aws::String>
140 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
141 template<
typename IdT = Aws::String>
150 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
151 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
152 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
161 template<
typename NameT = Aws::String>
162 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
163 template<
typename NameT = Aws::String>
172 template<
typename ProjectProfileIdT = Aws::String>
173 void SetProjectProfileId(ProjectProfileIdT&& value) { m_projectProfileIdHasBeenSet =
true; m_projectProfileId = std::forward<ProjectProfileIdT>(value); }
174 template<
typename ProjectProfileIdT = Aws::String>
192 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
193 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
194 template<
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
196 template<
typename UserParametersT = EnvironmentConfigurationUserParameter>
197 GetProjectResult&
AddUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters.emplace_back(std::forward<UserParametersT>(value));
return *
this; }
203 template<
typename RequestIdT = Aws::String>
204 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
205 template<
typename RequestIdT = Aws::String>
211 bool m_createdAtHasBeenSet =
false;
214 bool m_createdByHasBeenSet =
false;
217 bool m_descriptionHasBeenSet =
false;
220 bool m_domainIdHasBeenSet =
false;
223 bool m_domainUnitIdHasBeenSet =
false;
225 EnvironmentDeploymentDetails m_environmentDeploymentDetails;
226 bool m_environmentDeploymentDetailsHasBeenSet =
false;
229 bool m_failureReasonsHasBeenSet =
false;
232 bool m_glossaryTermsHasBeenSet =
false;
235 bool m_idHasBeenSet =
false;
238 bool m_lastUpdatedAtHasBeenSet =
false;
241 bool m_nameHasBeenSet =
false;
244 bool m_projectProfileIdHasBeenSet =
false;
247 bool m_projectStatusHasBeenSet =
false;
250 bool m_userParametersHasBeenSet =
false;
253 bool m_requestIdHasBeenSet =
false;
const EnvironmentDeploymentDetails & GetEnvironmentDeploymentDetails() const
void SetFailureReasons(FailureReasonsT &&value)
void SetDomainUnitId(DomainUnitIdT &&value)
void SetDomainId(DomainIdT &&value)
GetProjectResult & WithProjectStatus(ProjectStatus value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
GetProjectResult & WithProjectProfileId(ProjectProfileIdT &&value)
void SetProjectStatus(ProjectStatus value)
void SetGlossaryTerms(GlossaryTermsT &&value)
GetProjectResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetProjectResult & WithGlossaryTerms(GlossaryTermsT &&value)
GetProjectResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
const Aws::String & GetProjectProfileId() const
GetProjectResult & WithDomainUnitId(DomainUnitIdT &&value)
AWS_DATAZONE_API GetProjectResult()=default
const Aws::String & GetDomainUnitId() const
GetProjectResult & AddFailureReasons(FailureReasonsT &&value)
GetProjectResult & WithName(NameT &&value)
const Aws::String & GetDomainId() const
GetProjectResult & WithDomainId(DomainIdT &&value)
void SetUserParameters(UserParametersT &&value)
GetProjectResult & WithDescription(DescriptionT &&value)
GetProjectResult & WithCreatedBy(CreatedByT &&value)
GetProjectResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
ProjectStatus GetProjectStatus() const
GetProjectResult & WithFailureReasons(FailureReasonsT &&value)
const Aws::String & GetCreatedBy() const
void SetName(NameT &&value)
AWS_DATAZONE_API GetProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< EnvironmentConfigurationUserParameter > & GetUserParameters() const
const Aws::Vector< ProjectDeletionError > & GetFailureReasons() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API GetProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProjectProfileId(ProjectProfileIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetProjectResult & WithId(IdT &&value)
void SetCreatedBy(CreatedByT &&value)
GetProjectResult & WithUserParameters(UserParametersT &&value)
GetProjectResult & WithEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
const Aws::String & GetDescription() const
GetProjectResult & AddUserParameters(UserParametersT &&value)
void SetEnvironmentDeploymentDetails(EnvironmentDeploymentDetailsT &&value)
GetProjectResult & AddGlossaryTerms(GlossaryTermsT &&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