AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
UpdateComputeQuotaResult.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker
24{
25namespace Model
26{
28 {
29 public:
30 AWS_SAGEMAKER_API UpdateComputeQuotaResult() = default;
33
34
36
39 inline const Aws::String& GetComputeQuotaArn() const { return m_computeQuotaArn; }
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>
43 UpdateComputeQuotaResult& WithComputeQuotaArn(ComputeQuotaArnT&& value) { SetComputeQuotaArn(std::forward<ComputeQuotaArnT>(value)); return *this;}
45
47
50 inline int GetComputeQuotaVersion() const { return m_computeQuotaVersion; }
51 inline void SetComputeQuotaVersion(int value) { m_computeQuotaVersionHasBeenSet = true; m_computeQuotaVersion = value; }
54
56
57 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
61 UpdateComputeQuotaResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
63 private:
64
65 Aws::String m_computeQuotaArn;
66 bool m_computeQuotaArnHasBeenSet = false;
67
68 int m_computeQuotaVersion{0};
69 bool m_computeQuotaVersionHasBeenSet = false;
70
71 Aws::String m_requestId;
72 bool m_requestIdHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SageMaker
77} // namespace Aws
UpdateComputeQuotaResult & WithComputeQuotaArn(ComputeQuotaArnT &&value)
UpdateComputeQuotaResult & WithRequestId(RequestIdT &&value)
UpdateComputeQuotaResult & WithComputeQuotaVersion(int value)
AWS_SAGEMAKER_API UpdateComputeQuotaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API UpdateComputeQuotaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKER_API UpdateComputeQuotaResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue