7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ComputeQuotaArnT = Aws::String>
41 void SetComputeQuotaArn(ComputeQuotaArnT&& value) { m_computeQuotaArnHasBeenSet =
true; m_computeQuotaArn = std::forward<ComputeQuotaArnT>(value); }
42 template<
typename ComputeQuotaArnT = Aws::String>
51 template<
typename ComputeQuotaIdT = Aws::String>
52 void SetComputeQuotaId(ComputeQuotaIdT&& value) { m_computeQuotaIdHasBeenSet =
true; m_computeQuotaId = std::forward<ComputeQuotaIdT>(value); }
53 template<
typename ComputeQuotaIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_computeQuotaArnHasBeenSet =
false;
71 bool m_computeQuotaIdHasBeenSet =
false;
74 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)
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