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 ComputeQuotaArnT = Aws::String>
37 m_computeQuotaArnHasBeenSet =
true;
38 m_computeQuotaArn = std::forward<ComputeQuotaArnT>(value);
40 template <
typename ComputeQuotaArnT = Aws::String>
52 template <
typename ComputeQuotaIdT = Aws::String>
54 m_computeQuotaIdHasBeenSet =
true;
55 m_computeQuotaId = std::forward<ComputeQuotaIdT>(value);
57 template <
typename ComputeQuotaIdT = 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_computeQuotaArnHasBeenSet =
false;
88 bool m_computeQuotaIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKER_API CreateComputeQuotaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API CreateComputeQuotaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetComputeQuotaArn(ComputeQuotaArnT &&value)
CreateComputeQuotaResult & WithRequestId(RequestIdT &&value)
CreateComputeQuotaResult & WithComputeQuotaArn(ComputeQuotaArnT &&value)
CreateComputeQuotaResult & WithComputeQuotaId(ComputeQuotaIdT &&value)
AWS_SAGEMAKER_API CreateComputeQuotaResult()=default
void SetComputeQuotaId(ComputeQuotaIdT &&value)
const Aws::String & GetComputeQuotaArn() const
const Aws::String & GetRequestId() const
const Aws::String & GetComputeQuotaId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue