7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/service-quotas/ServiceQuotasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ServiceQuotas
44 template<
typename ServiceCodeT = Aws::String>
45 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
46 template<
typename ServiceCodeT = Aws::String>
58 template<
typename QuotaCodeT = Aws::String>
59 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
60 template<
typename QuotaCodeT = Aws::String>
70 inline void SetDesiredValue(
double value) { m_desiredValueHasBeenSet =
true; m_desiredValue = value; }
80 template<
typename ContextIdT = Aws::String>
81 void SetContextId(ContextIdT&& value) { m_contextIdHasBeenSet =
true; m_contextId = std::forward<ContextIdT>(value); }
82 template<
typename ContextIdT = Aws::String>
98 inline void SetSupportCaseAllowed(
bool value) { m_supportCaseAllowedHasBeenSet =
true; m_supportCaseAllowed = value; }
104 bool m_serviceCodeHasBeenSet =
false;
107 bool m_quotaCodeHasBeenSet =
false;
109 double m_desiredValue{0.0};
110 bool m_desiredValueHasBeenSet =
false;
113 bool m_contextIdHasBeenSet =
false;
115 bool m_supportCaseAllowed{
false};
116 bool m_supportCaseAllowedHasBeenSet =
false;
bool QuotaCodeHasBeenSet() const
RequestServiceQuotaIncreaseRequest & WithDesiredValue(double value)
virtual const char * GetServiceRequestName() const override
RequestServiceQuotaIncreaseRequest & WithServiceCode(ServiceCodeT &&value)
RequestServiceQuotaIncreaseRequest & WithSupportCaseAllowed(bool value)
void SetServiceCode(ServiceCodeT &&value)
const Aws::String & GetContextId() const
bool GetSupportCaseAllowed() const
void SetContextId(ContextIdT &&value)
bool DesiredValueHasBeenSet() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
const Aws::String & GetServiceCode() const
AWS_SERVICEQUOTAS_API RequestServiceQuotaIncreaseRequest()=default
AWS_SERVICEQUOTAS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SupportCaseAllowedHasBeenSet() const
RequestServiceQuotaIncreaseRequest & WithQuotaCode(QuotaCodeT &&value)
void SetSupportCaseAllowed(bool value)
AWS_SERVICEQUOTAS_API Aws::String SerializePayload() const override
bool ServiceCodeHasBeenSet() const
RequestServiceQuotaIncreaseRequest & WithContextId(ContextIdT &&value)
double GetDesiredValue() const
bool ContextIdHasBeenSet() const
void SetDesiredValue(double value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String