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 inline void SetComputeQuotaVersion(
int value) { m_computeQuotaVersionHasBeenSet =
true; m_computeQuotaVersion = value; }
58 template<
typename RequestIdT = Aws::String>
59 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
60 template<
typename RequestIdT = Aws::String>
66 bool m_computeQuotaArnHasBeenSet =
false;
68 int m_computeQuotaVersion{0};
69 bool m_computeQuotaVersionHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
int GetComputeQuotaVersion() const
UpdateComputeQuotaResult & WithComputeQuotaArn(ComputeQuotaArnT &&value)
UpdateComputeQuotaResult & WithRequestId(RequestIdT &&value)
void SetComputeQuotaVersion(int value)
UpdateComputeQuotaResult & WithComputeQuotaVersion(int value)
const Aws::String & GetComputeQuotaArn() const
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API UpdateComputeQuotaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetComputeQuotaArn(ComputeQuotaArnT &&value)
AWS_SAGEMAKER_API UpdateComputeQuotaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_SAGEMAKER_API UpdateComputeQuotaResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue