7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/service-quotas/ServiceQuotasRequest.h>
9#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
14namespace ServiceQuotas {
40 template <
typename ServiceCodeT = Aws::String>
42 m_serviceCodeHasBeenSet =
true;
43 m_serviceCode = std::forward<ServiceCodeT>(value);
45 template <
typename ServiceCodeT = Aws::String>
60 template <
typename QuotaCodeT = Aws::String>
62 m_quotaCodeHasBeenSet =
true;
63 m_quotaCode = std::forward<QuotaCodeT>(value);
65 template <
typename QuotaCodeT = Aws::String>
79 m_desiredValueHasBeenSet =
true;
80 m_desiredValue = value;
94 template <
typename ContextIdT = Aws::String>
96 m_contextIdHasBeenSet =
true;
97 m_contextId = std::forward<ContextIdT>(value);
99 template <
typename ContextIdT = Aws::String>
119 m_supportCaseAllowedHasBeenSet =
true;
120 m_supportCaseAllowed = value;
132 double m_desiredValue{0.0};
136 bool m_supportCaseAllowed{
false};
137 bool m_serviceCodeHasBeenSet =
false;
138 bool m_quotaCodeHasBeenSet =
false;
139 bool m_desiredValueHasBeenSet =
false;
140 bool m_contextIdHasBeenSet =
false;
141 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