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;
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
110 m_projectStatusHasBeenSet =
true;
111 m_projectStatus = value;
125 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
127 m_failureReasonsHasBeenSet =
true;
128 m_failureReasons = std::forward<FailureReasonsT>(value);
130 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
135 template <
typename FailureReasonsT = ProjectDeletionError>
137 m_failureReasonsHasBeenSet =
true;
138 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
148 template <
typename CreatedByT = Aws::String>
150 m_createdByHasBeenSet =
true;
151 m_createdBy = std::forward<CreatedByT>(value);
153 template <
typename CreatedByT = Aws::String>
165 template <
typename CreatedAtT = Aws::Utils::DateTime>
167 m_createdAtHasBeenSet =
true;
168 m_createdAt = std::forward<CreatedAtT>(value);
170 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
184 m_lastUpdatedAtHasBeenSet =
true;
185 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
187 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
199 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
201 m_resourceTagsHasBeenSet =
true;
202 m_resourceTags = std::forward<ResourceTagsT>(value);
204 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
209 template <
typename ResourceTagsT = ResourceTag>
211 m_resourceTagsHasBeenSet =
true;
212 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
222 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
224 m_glossaryTermsHasBeenSet =
true;
225 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
227 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
232 template <
typename GlossaryTermsT = Aws::String>
234 m_glossaryTermsHasBeenSet =
true;
235 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
245 template <
typename DomainUnitIdT = Aws::String>
247 m_domainUnitIdHasBeenSet =
true;
248 m_domainUnitId = std::forward<DomainUnitIdT>(value);
250 template <
typename DomainUnitIdT = Aws::String>
262 template <
typename ProjectProfileIdT = Aws::String>
264 m_projectProfileIdHasBeenSet =
true;
265 m_projectProfileId = std::forward<ProjectProfileIdT>(value);
267 template <
typename ProjectProfileIdT = Aws::String>
279 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
281 m_userParametersHasBeenSet =
true;
282 m_userParameters = std::forward<UserParametersT>(value);
284 template <
typename UserParametersT = Aws::Vector<EnvironmentConfigurationUserParameter>>
289 template <
typename UserParametersT = EnvironmentConfigurationUserParameter>
291 m_userParametersHasBeenSet =
true;
292 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
302 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
304 m_environmentDeploymentDetailsHasBeenSet =
true;
305 m_environmentDeploymentDetails = std::forward<EnvironmentDeploymentDetailsT>(value);
307 template <
typename EnvironmentDeploymentDetailsT = EnvironmentDeploymentDetails>
317 template <
typename RequestIdT = Aws::String>
319 m_requestIdHasBeenSet =
true;
320 m_requestId = std::forward<RequestIdT>(value);
322 template <
typename RequestIdT = Aws::String>
357 EnvironmentDeploymentDetails m_environmentDeploymentDetails;
360 bool m_domainIdHasBeenSet =
false;
361 bool m_idHasBeenSet =
false;
362 bool m_nameHasBeenSet =
false;
363 bool m_descriptionHasBeenSet =
false;
364 bool m_projectStatusHasBeenSet =
false;
365 bool m_failureReasonsHasBeenSet =
false;
366 bool m_createdByHasBeenSet =
false;
367 bool m_createdAtHasBeenSet =
false;
368 bool m_lastUpdatedAtHasBeenSet =
false;
369 bool m_resourceTagsHasBeenSet =
false;
370 bool m_glossaryTermsHasBeenSet =
false;
371 bool m_domainUnitIdHasBeenSet =
false;
372 bool m_projectProfileIdHasBeenSet =
false;
373 bool m_userParametersHasBeenSet =
false;
374 bool m_environmentDeploymentDetailsHasBeenSet =
false;
375 bool m_requestIdHasBeenSet =
false;
const EnvironmentDeploymentDetails & GetEnvironmentDeploymentDetails() const
void SetFailureReasons(FailureReasonsT &&value)
void SetDomainUnitId(DomainUnitIdT &&value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
void SetDomainId(DomainIdT &&value)
GetProjectResult & AddResourceTags(ResourceTagsT &&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)
GetProjectResult & WithResourceTags(ResourceTagsT &&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
void SetResourceTags(ResourceTagsT &&value)
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