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 ComputeQuotaArnT = Aws::String>
36 m_computeQuotaArnHasBeenSet =
true;
37 m_computeQuotaArn = std::forward<ComputeQuotaArnT>(value);
39 template <
typename ComputeQuotaArnT = Aws::String>
51 template <
typename ComputeQuotaIdT = Aws::String>
53 m_computeQuotaIdHasBeenSet =
true;
54 m_computeQuotaId = std::forward<ComputeQuotaIdT>(value);
56 template <
typename ComputeQuotaIdT = 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_computeQuotaArnHasBeenSet =
false;
84 bool m_computeQuotaIdHasBeenSet =
false;
85 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