7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
39 template <
typename ComputeQuotaIdT = Aws::String>
41 m_computeQuotaIdHasBeenSet =
true;
42 m_computeQuotaId = std::forward<ComputeQuotaIdT>(value);
44 template <
typename ComputeQuotaIdT = Aws::String>
58 m_computeQuotaVersionHasBeenSet =
true;
59 m_computeQuotaVersion = value;
69 int m_computeQuotaVersion{0};
70 bool m_computeQuotaIdHasBeenSet =
false;
71 bool m_computeQuotaVersionHasBeenSet =
false;
bool ComputeQuotaVersionHasBeenSet() const
AWS_SAGEMAKER_API DescribeComputeQuotaRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetComputeQuotaId() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetComputeQuotaVersion(int value)
DescribeComputeQuotaRequest & WithComputeQuotaVersion(int value)
DescribeComputeQuotaRequest & WithComputeQuotaId(ComputeQuotaIdT &&value)
int GetComputeQuotaVersion() const
void SetComputeQuotaId(ComputeQuotaIdT &&value)
bool ComputeQuotaIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String