7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceQuotas
47 template<
typename ServiceCodeT = Aws::String>
48 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
49 template<
typename ServiceCodeT = Aws::String>
59 template<
typename ServiceNameT = Aws::String>
60 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
61 template<
typename ServiceNameT = Aws::String>
73 template<
typename QuotaCodeT = Aws::String>
74 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
75 template<
typename QuotaCodeT = Aws::String>
85 template<
typename QuotaNameT = Aws::String>
86 void SetQuotaName(QuotaNameT&& value) { m_quotaNameHasBeenSet =
true; m_quotaName = std::forward<QuotaNameT>(value); }
87 template<
typename QuotaNameT = Aws::String>
97 inline void SetDesiredValue(
double value) { m_desiredValueHasBeenSet =
true; m_desiredValue = value; }
107 template<
typename AwsRegionT = Aws::String>
108 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
109 template<
typename AwsRegionT = Aws::String>
119 template<
typename UnitT = Aws::String>
120 void SetUnit(UnitT&& value) { m_unitHasBeenSet =
true; m_unit = std::forward<UnitT>(value); }
121 template<
typename UnitT = Aws::String>
131 inline void SetGlobalQuota(
bool value) { m_globalQuotaHasBeenSet =
true; m_globalQuota = value; }
137 bool m_serviceCodeHasBeenSet =
false;
140 bool m_serviceNameHasBeenSet =
false;
143 bool m_quotaCodeHasBeenSet =
false;
146 bool m_quotaNameHasBeenSet =
false;
148 double m_desiredValue{0.0};
149 bool m_desiredValueHasBeenSet =
false;
152 bool m_awsRegionHasBeenSet =
false;
155 bool m_unitHasBeenSet =
false;
157 bool m_globalQuota{
false};
158 bool m_globalQuotaHasBeenSet =
false;
const Aws::String & GetServiceCode() const
ServiceQuotaIncreaseRequestInTemplate & WithServiceName(ServiceNameT &&value)
ServiceQuotaIncreaseRequestInTemplate & WithQuotaName(QuotaNameT &&value)
void SetQuotaCode(QuotaCodeT &&value)
ServiceQuotaIncreaseRequestInTemplate & WithDesiredValue(double value)
bool GetGlobalQuota() const
void SetUnit(UnitT &&value)
bool GlobalQuotaHasBeenSet() const
bool QuotaCodeHasBeenSet() const
AWS_SERVICEQUOTAS_API ServiceQuotaIncreaseRequestInTemplate()=default
ServiceQuotaIncreaseRequestInTemplate & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetUnit() const
bool UnitHasBeenSet() const
void SetQuotaName(QuotaNameT &&value)
const Aws::String & GetQuotaName() const
bool ServiceCodeHasBeenSet() const
bool ServiceNameHasBeenSet() const
ServiceQuotaIncreaseRequestInTemplate & WithServiceCode(ServiceCodeT &&value)
void SetDesiredValue(double value)
void SetServiceName(ServiceNameT &&value)
void SetGlobalQuota(bool value)
ServiceQuotaIncreaseRequestInTemplate & WithUnit(UnitT &&value)
AWS_SERVICEQUOTAS_API ServiceQuotaIncreaseRequestInTemplate(Aws::Utils::Json::JsonView jsonValue)
double GetDesiredValue() const
const Aws::String & GetAwsRegion() const
AWS_SERVICEQUOTAS_API ServiceQuotaIncreaseRequestInTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetServiceName() const
bool AwsRegionHasBeenSet() const
ServiceQuotaIncreaseRequestInTemplate & WithAwsRegion(AwsRegionT &&value)
bool DesiredValueHasBeenSet() const
bool QuotaNameHasBeenSet() const
ServiceQuotaIncreaseRequestInTemplate & WithGlobalQuota(bool value)
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetQuotaCode() const
AWS_SERVICEQUOTAS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAwsRegion(AwsRegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue