7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename ProjectArnT = Aws::String>
36 m_projectArnHasBeenSet =
true;
37 m_projectArn = std::forward<ProjectArnT>(value);
39 template <
typename ProjectArnT = Aws::String>
51 template <
typename ProjectIdT = Aws::String>
53 m_projectIdHasBeenSet =
true;
54 m_projectId = std::forward<ProjectIdT>(value);
56 template <
typename ProjectIdT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_projectArnHasBeenSet =
false;
84 bool m_projectIdHasBeenSet =
false;
85 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)
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