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;
38 template <
typename CompilationJobArnT = Aws::String>
40 m_compilationJobArnHasBeenSet =
true;
41 m_compilationJobArn = std::forward<CompilationJobArnT>(value);
43 template <
typename CompilationJobArnT = Aws::String>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_compilationJobArnHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCompilationJobArn() const
AWS_SAGEMAKER_API CreateCompilationJobResult()=default
AWS_SAGEMAKER_API CreateCompilationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCompilationJobArn(CompilationJobArnT &&value)
const Aws::String & GetRequestId() const
CreateCompilationJobResult & WithRequestId(RequestIdT &&value)
CreateCompilationJobResult & WithCompilationJobArn(CompilationJobArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API CreateCompilationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue