7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ComputeQuotaIdT = Aws::String>
44 void SetComputeQuotaId(ComputeQuotaIdT&& value) { m_computeQuotaIdHasBeenSet =
true; m_computeQuotaId = std::forward<ComputeQuotaIdT>(value); }
45 template<
typename ComputeQuotaIdT = Aws::String>
55 inline void SetComputeQuotaVersion(
int value) { m_computeQuotaVersionHasBeenSet =
true; m_computeQuotaVersion = value; }
61 bool m_computeQuotaIdHasBeenSet =
false;
63 int m_computeQuotaVersion{0};
64 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