7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/ProjectStatus.h>
13#include <aws/sagemaker/model/ServiceCatalogProvisionedProductDetails.h>
14#include <aws/sagemaker/model/ServiceCatalogProvisioningDetails.h>
15#include <aws/sagemaker/model/TemplateProviderDetail.h>
16#include <aws/sagemaker/model/UserContext.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename ProjectArnT = Aws::String>
44 m_projectArnHasBeenSet =
true;
45 m_projectArn = std::forward<ProjectArnT>(value);
47 template <
typename ProjectArnT = Aws::String>
59 template <
typename ProjectNameT = Aws::String>
61 m_projectNameHasBeenSet =
true;
62 m_projectName = std::forward<ProjectNameT>(value);
64 template <
typename ProjectNameT = Aws::String>
76 template <
typename ProjectIdT = Aws::String>
78 m_projectIdHasBeenSet =
true;
79 m_projectId = std::forward<ProjectIdT>(value);
81 template <
typename ProjectIdT = Aws::String>
93 template <
typename ProjectDescriptionT = Aws::String>
95 m_projectDescriptionHasBeenSet =
true;
96 m_projectDescription = std::forward<ProjectDescriptionT>(value);
98 template <
typename ProjectDescriptionT = Aws::String>
113 return m_serviceCatalogProvisioningDetails;
115 template <
typename ServiceCatalogProvisioningDetailsT = ServiceCatalogProvisioningDetails>
117 m_serviceCatalogProvisioningDetailsHasBeenSet =
true;
118 m_serviceCatalogProvisioningDetails = std::forward<ServiceCatalogProvisioningDetailsT>(value);
120 template <
typename ServiceCatalogProvisioningDetailsT = ServiceCatalogProvisioningDetails>
132 return m_serviceCatalogProvisionedProductDetails;
134 template <
typename ServiceCatalogProvisionedProductDetailsT = ServiceCatalogProvisionedProductDetails>
136 m_serviceCatalogProvisionedProductDetailsHasBeenSet =
true;
137 m_serviceCatalogProvisionedProductDetails = std::forward<ServiceCatalogProvisionedProductDetailsT>(value);
139 template <
typename ServiceCatalogProvisionedProductDetailsT = ServiceCatalogProvisionedProductDetails>
152 m_projectStatusHasBeenSet =
true;
153 m_projectStatus = value;
166 template <
typename TemplateProv
iderDetailsT = Aws::Vector<TemplateProv
iderDetail>>
168 m_templateProviderDetailsHasBeenSet =
true;
169 m_templateProviderDetails = std::forward<TemplateProviderDetailsT>(value);
171 template <
typename TemplateProv
iderDetailsT = Aws::Vector<TemplateProv
iderDetail>>
176 template <
typename TemplateProv
iderDetailsT = TemplateProv
iderDetail>
178 m_templateProviderDetailsHasBeenSet =
true;
179 m_templateProviderDetails.emplace_back(std::forward<TemplateProviderDetailsT>(value));
187 template <
typename CreatedByT = UserContext>
189 m_createdByHasBeenSet =
true;
190 m_createdBy = std::forward<CreatedByT>(value);
192 template <
typename CreatedByT = UserContext>
204 template <
typename CreationTimeT = Aws::Utils::DateTime>
206 m_creationTimeHasBeenSet =
true;
207 m_creationTime = std::forward<CreationTimeT>(value);
209 template <
typename CreationTimeT = Aws::Utils::DateTime>
221 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
223 m_lastModifiedTimeHasBeenSet =
true;
224 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
226 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
236 template <
typename LastModifiedByT = UserContext>
238 m_lastModifiedByHasBeenSet =
true;
239 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
241 template <
typename LastModifiedByT = UserContext>
251 template <
typename RequestIdT = Aws::String>
253 m_requestIdHasBeenSet =
true;
254 m_requestId = std::forward<RequestIdT>(value);
256 template <
typename RequestIdT = Aws::String>
281 UserContext m_createdBy;
287 UserContext m_lastModifiedBy;
291 bool m_projectArnHasBeenSet =
false;
292 bool m_projectNameHasBeenSet =
false;
293 bool m_projectIdHasBeenSet =
false;
294 bool m_projectDescriptionHasBeenSet =
false;
295 bool m_serviceCatalogProvisioningDetailsHasBeenSet =
false;
296 bool m_serviceCatalogProvisionedProductDetailsHasBeenSet =
false;
297 bool m_projectStatusHasBeenSet =
false;
298 bool m_templateProviderDetailsHasBeenSet =
false;
299 bool m_createdByHasBeenSet =
false;
300 bool m_creationTimeHasBeenSet =
false;
301 bool m_lastModifiedTimeHasBeenSet =
false;
302 bool m_lastModifiedByHasBeenSet =
false;
303 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue