7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceQuotas
49 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
63 inline void SetServiceName(
const char* value) { m_serviceNameHasBeenSet =
true; m_serviceName.assign(value); }
79 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
93 inline void SetQuotaName(
const char* value) { m_quotaNameHasBeenSet =
true; m_quotaName.assign(value); }
105 inline void SetDesiredValue(
double value) { m_desiredValueHasBeenSet =
true; m_desiredValue = value; }
117 inline void SetAwsRegion(
const char* value) { m_awsRegionHasBeenSet =
true; m_awsRegion.assign(value); }
131 inline void SetUnit(
const char* value) { m_unitHasBeenSet =
true; m_unit.assign(value); }
143 inline void SetGlobalQuota(
bool value) { m_globalQuotaHasBeenSet =
true; m_globalQuota = value; }
149 bool m_serviceCodeHasBeenSet =
false;
152 bool m_serviceNameHasBeenSet =
false;
155 bool m_quotaCodeHasBeenSet =
false;
158 bool m_quotaNameHasBeenSet =
false;
160 double m_desiredValue;
161 bool m_desiredValueHasBeenSet =
false;
164 bool m_awsRegionHasBeenSet =
false;
167 bool m_unitHasBeenSet =
false;
170 bool m_globalQuotaHasBeenSet =
false;
ServiceQuotaIncreaseRequestInTemplate & WithUnit(Aws::String &&value)
void SetServiceCode(const char *value)
const Aws::String & GetServiceCode() const
ServiceQuotaIncreaseRequestInTemplate & WithServiceName(const Aws::String &value)
ServiceQuotaIncreaseRequestInTemplate & WithQuotaCode(const char *value)
ServiceQuotaIncreaseRequestInTemplate & WithDesiredValue(double value)
ServiceQuotaIncreaseRequestInTemplate & WithServiceName(Aws::String &&value)
ServiceQuotaIncreaseRequestInTemplate & WithQuotaName(const Aws::String &value)
bool GetGlobalQuota() const
ServiceQuotaIncreaseRequestInTemplate & WithUnit(const char *value)
AWS_SERVICEQUOTAS_API ServiceQuotaIncreaseRequestInTemplate()
ServiceQuotaIncreaseRequestInTemplate & WithServiceName(const char *value)
void SetQuotaCode(const Aws::String &value)
ServiceQuotaIncreaseRequestInTemplate & WithServiceCode(const char *value)
bool GlobalQuotaHasBeenSet() const
bool QuotaCodeHasBeenSet() const
void SetServiceCode(Aws::String &&value)
void SetServiceName(const Aws::String &value)
ServiceQuotaIncreaseRequestInTemplate & WithUnit(const Aws::String &value)
void SetServiceName(Aws::String &&value)
const Aws::String & GetUnit() const
bool UnitHasBeenSet() const
ServiceQuotaIncreaseRequestInTemplate & WithAwsRegion(Aws::String &&value)
ServiceQuotaIncreaseRequestInTemplate & WithServiceCode(const Aws::String &value)
void SetUnit(const char *value)
const Aws::String & GetQuotaName() const
void SetUnit(const Aws::String &value)
bool ServiceCodeHasBeenSet() const
void SetUnit(Aws::String &&value)
bool ServiceNameHasBeenSet() const
void SetDesiredValue(double value)
void SetGlobalQuota(bool value)
void SetServiceName(const char *value)
AWS_SERVICEQUOTAS_API ServiceQuotaIncreaseRequestInTemplate(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaIncreaseRequestInTemplate & WithAwsRegion(const char *value)
double GetDesiredValue() const
ServiceQuotaIncreaseRequestInTemplate & WithServiceCode(Aws::String &&value)
const Aws::String & GetAwsRegion() const
void SetQuotaName(const Aws::String &value)
AWS_SERVICEQUOTAS_API ServiceQuotaIncreaseRequestInTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetServiceName() const
void SetQuotaCode(Aws::String &&value)
void SetServiceCode(const Aws::String &value)
bool AwsRegionHasBeenSet() const
void SetQuotaName(Aws::String &&value)
void SetAwsRegion(const char *value)
bool DesiredValueHasBeenSet() const
bool QuotaNameHasBeenSet() const
void SetQuotaCode(const char *value)
ServiceQuotaIncreaseRequestInTemplate & WithQuotaCode(Aws::String &&value)
ServiceQuotaIncreaseRequestInTemplate & WithGlobalQuota(bool value)
void SetQuotaName(const char *value)
ServiceQuotaIncreaseRequestInTemplate & WithQuotaName(Aws::String &&value)
const Aws::String & GetQuotaCode() const
AWS_SERVICEQUOTAS_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaIncreaseRequestInTemplate & WithQuotaCode(const Aws::String &value)
void SetAwsRegion(const Aws::String &value)
ServiceQuotaIncreaseRequestInTemplate & WithQuotaName(const char *value)
ServiceQuotaIncreaseRequestInTemplate & WithAwsRegion(const Aws::String &value)
void SetAwsRegion(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue