7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ProjectArnT = Aws::String>
37 m_projectArnHasBeenSet =
true;
38 m_projectArn = std::forward<ProjectArnT>(value);
40 template <
typename ProjectArnT = Aws::String>
52 template <
typename ProjectIdT = Aws::String>
54 m_projectIdHasBeenSet =
true;
55 m_projectId = std::forward<ProjectIdT>(value);
57 template <
typename ProjectIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_projectArnHasBeenSet =
false;
88 bool m_projectIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetProjectId(ProjectIdT &&value)
void SetProjectArn(ProjectArnT &&value)
AWS_SAGEMAKER_API CreateProjectResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetProjectArn() const
CreateProjectResult & WithProjectId(ProjectIdT &&value)
CreateProjectResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API CreateProjectResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API CreateProjectResult()=default
CreateProjectResult & WithProjectArn(ProjectArnT &&value)
const Aws::String & GetProjectId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue