/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Request denied because service quota has been exceeded.See
* Also:
AWS
* API Reference
The name of the quota.
*/ inline const Aws::String& GetQuotaName() const{ return m_quotaName; } /** *The name of the quota.
*/ inline bool QuotaNameHasBeenSet() const { return m_quotaNameHasBeenSet; } /** *The name of the quota.
*/ inline void SetQuotaName(const Aws::String& value) { m_quotaNameHasBeenSet = true; m_quotaName = value; } /** *The name of the quota.
*/ inline void SetQuotaName(Aws::String&& value) { m_quotaNameHasBeenSet = true; m_quotaName = std::move(value); } /** *The name of the quota.
*/ inline void SetQuotaName(const char* value) { m_quotaNameHasBeenSet = true; m_quotaName.assign(value); } /** *The name of the quota.
*/ inline ServiceQuotaExceededException& WithQuotaName(const Aws::String& value) { SetQuotaName(value); return *this;} /** *The name of the quota.
*/ inline ServiceQuotaExceededException& WithQuotaName(Aws::String&& value) { SetQuotaName(std::move(value)); return *this;} /** *The name of the quota.
*/ inline ServiceQuotaExceededException& WithQuotaName(const char* value) { SetQuotaName(value); return *this;} /** *The value of the quota.
*/ inline double GetQuotaValue() const{ return m_quotaValue; } /** *The value of the quota.
*/ inline bool QuotaValueHasBeenSet() const { return m_quotaValueHasBeenSet; } /** *The value of the quota.
*/ inline void SetQuotaValue(double value) { m_quotaValueHasBeenSet = true; m_quotaValue = value; } /** *The value of the quota.
*/ inline ServiceQuotaExceededException& WithQuotaValue(double value) { SetQuotaValue(value); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; Aws::String m_quotaName; bool m_quotaNameHasBeenSet = false; double m_quotaValue; bool m_quotaValueHasBeenSet = false; }; } // namespace Model } // namespace CleanRooms } // namespace Aws