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/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ProjectStatus.h>
12#include <aws/sagemaker/model/ServiceCatalogProvisionedProductDetails.h>
13#include <aws/sagemaker/model/ServiceCatalogProvisioningDetails.h>
14#include <aws/sagemaker/model/TemplateProviderDetail.h>
15#include <aws/sagemaker/model/UserContext.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename ProjectArnT = Aws::String>
43 m_projectArnHasBeenSet =
true;
44 m_projectArn = std::forward<ProjectArnT>(value);
46 template <
typename ProjectArnT = Aws::String>
58 template <
typename ProjectNameT = Aws::String>
60 m_projectNameHasBeenSet =
true;
61 m_projectName = std::forward<ProjectNameT>(value);
63 template <
typename ProjectNameT = Aws::String>
75 template <
typename ProjectIdT = Aws::String>
77 m_projectIdHasBeenSet =
true;
78 m_projectId = std::forward<ProjectIdT>(value);
80 template <
typename ProjectIdT = Aws::String>
92 template <
typename ProjectDescriptionT = Aws::String>
94 m_projectDescriptionHasBeenSet =
true;
95 m_projectDescription = std::forward<ProjectDescriptionT>(value);
97 template <
typename ProjectDescriptionT = Aws::String>
112 return m_serviceCatalogProvisioningDetails;
114 template <
typename ServiceCatalogProvisioningDetailsT = ServiceCatalogProvisioningDetails>
116 m_serviceCatalogProvisioningDetailsHasBeenSet =
true;
117 m_serviceCatalogProvisioningDetails = std::forward<ServiceCatalogProvisioningDetailsT>(value);
119 template <
typename ServiceCatalogProvisioningDetailsT = ServiceCatalogProvisioningDetails>
131 return m_serviceCatalogProvisionedProductDetails;
133 template <
typename ServiceCatalogProvisionedProductDetailsT = ServiceCatalogProvisionedProductDetails>
135 m_serviceCatalogProvisionedProductDetailsHasBeenSet =
true;
136 m_serviceCatalogProvisionedProductDetails = std::forward<ServiceCatalogProvisionedProductDetailsT>(value);
138 template <
typename ServiceCatalogProvisionedProductDetailsT = ServiceCatalogProvisionedProductDetails>
151 m_projectStatusHasBeenSet =
true;
152 m_projectStatus = value;
165 template <
typename TemplateProv
iderDetailsT = Aws::Vector<TemplateProv
iderDetail>>
167 m_templateProviderDetailsHasBeenSet =
true;
168 m_templateProviderDetails = std::forward<TemplateProviderDetailsT>(value);
170 template <
typename TemplateProv
iderDetailsT = Aws::Vector<TemplateProv
iderDetail>>
175 template <
typename TemplateProv
iderDetailsT = TemplateProv
iderDetail>
177 m_templateProviderDetailsHasBeenSet =
true;
178 m_templateProviderDetails.emplace_back(std::forward<TemplateProviderDetailsT>(value));
186 template <
typename CreatedByT = UserContext>
188 m_createdByHasBeenSet =
true;
189 m_createdBy = std::forward<CreatedByT>(value);
191 template <
typename CreatedByT = UserContext>
203 template <
typename CreationTimeT = Aws::Utils::DateTime>
205 m_creationTimeHasBeenSet =
true;
206 m_creationTime = std::forward<CreationTimeT>(value);
208 template <
typename CreationTimeT = Aws::Utils::DateTime>
220 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
222 m_lastModifiedTimeHasBeenSet =
true;
223 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
225 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
235 template <
typename LastModifiedByT = UserContext>
237 m_lastModifiedByHasBeenSet =
true;
238 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
240 template <
typename LastModifiedByT = UserContext>
250 template <
typename RequestIdT = Aws::String>
252 m_requestIdHasBeenSet =
true;
253 m_requestId = std::forward<RequestIdT>(value);
255 template <
typename RequestIdT = Aws::String>
278 UserContext m_createdBy;
284 UserContext m_lastModifiedBy;
287 bool m_projectArnHasBeenSet =
false;
288 bool m_projectNameHasBeenSet =
false;
289 bool m_projectIdHasBeenSet =
false;
290 bool m_projectDescriptionHasBeenSet =
false;
291 bool m_serviceCatalogProvisioningDetailsHasBeenSet =
false;
292 bool m_serviceCatalogProvisionedProductDetailsHasBeenSet =
false;
293 bool m_projectStatusHasBeenSet =
false;
294 bool m_templateProviderDetailsHasBeenSet =
false;
295 bool m_createdByHasBeenSet =
false;
296 bool m_creationTimeHasBeenSet =
false;
297 bool m_lastModifiedTimeHasBeenSet =
false;
298 bool m_lastModifiedByHasBeenSet =
false;
299 bool m_requestIdHasBeenSet =
false;
DescribeProjectResult & WithCreatedBy(CreatedByT &&value)
void SetTemplateProviderDetails(TemplateProviderDetailsT &&value)
const Aws::Vector< TemplateProviderDetail > & GetTemplateProviderDetails() const
const Aws::String & GetProjectArn() const
void SetProjectDescription(ProjectDescriptionT &&value)
const ServiceCatalogProvisioningDetails & GetServiceCatalogProvisioningDetails() const
DescribeProjectResult & WithProjectId(ProjectIdT &&value)
const ServiceCatalogProvisionedProductDetails & GetServiceCatalogProvisionedProductDetails() const
const Aws::String & GetRequestId() const
void SetProjectArn(ProjectArnT &&value)
DescribeProjectResult & WithProjectArn(ProjectArnT &&value)
const Aws::String & GetProjectDescription() const
DescribeProjectResult & WithProjectStatus(ProjectStatus value)
const Aws::String & GetProjectId() const
void SetServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetailsT &&value)
const UserContext & GetLastModifiedBy() const
DescribeProjectResult & WithServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetailsT &&value)
DescribeProjectResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetProjectName() const
void SetServiceCatalogProvisioningDetails(ServiceCatalogProvisioningDetailsT &&value)
void SetProjectId(ProjectIdT &&value)
AWS_SAGEMAKER_API DescribeProjectResult()=default
void SetLastModifiedTime(LastModifiedTimeT &&value)
const UserContext & GetCreatedBy() const
AWS_SAGEMAKER_API DescribeProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationTime() const
void SetProjectName(ProjectNameT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
DescribeProjectResult & WithProjectDescription(ProjectDescriptionT &&value)
DescribeProjectResult & AddTemplateProviderDetails(TemplateProviderDetailsT &&value)
DescribeProjectResult & WithCreationTime(CreationTimeT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetCreationTime(CreationTimeT &&value)
DescribeProjectResult & WithProjectName(ProjectNameT &&value)
ProjectStatus GetProjectStatus() const
void SetProjectStatus(ProjectStatus value)
AWS_SAGEMAKER_API DescribeProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProjectResult & WithServiceCatalogProvisioningDetails(ServiceCatalogProvisioningDetailsT &&value)
DescribeProjectResult & WithLastModifiedBy(LastModifiedByT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
DescribeProjectResult & WithTemplateProviderDetails(TemplateProviderDetailsT &&value)
DescribeProjectResult & 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