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 template<
typename ContextIdT = Aws::String>
71 void SetContextId(ContextIdT&& value) { m_contextIdHasBeenSet =
true; m_contextId = std::forward<ContextIdT>(value); }
72 template<
typename ContextIdT = Aws::String>
78 bool m_serviceCodeHasBeenSet =
false;
81 bool m_quotaCodeHasBeenSet =
false;
84 bool m_contextIdHasBeenSet =
false;
AWS_SERVICEQUOTAS_API Aws::String SerializePayload() const override
const Aws::String & GetServiceCode() const
void SetQuotaCode(QuotaCodeT &&value)
AWS_SERVICEQUOTAS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetQuotaCode() const
GetServiceQuotaRequest & WithServiceCode(ServiceCodeT &&value)
GetServiceQuotaRequest & WithQuotaCode(QuotaCodeT &&value)
virtual const char * GetServiceRequestName() const override
bool ServiceCodeHasBeenSet() const
const Aws::String & GetContextId() const
bool ContextIdHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
void SetContextId(ContextIdT &&value)
bool QuotaCodeHasBeenSet() const
GetServiceQuotaRequest & WithContextId(ContextIdT &&value)
AWS_SERVICEQUOTAS_API GetServiceQuotaRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String