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
46 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
62 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
78 inline void SetContextId(
const char* value) { m_contextIdHasBeenSet =
true; m_contextId.assign(value); }
86 bool m_serviceCodeHasBeenSet =
false;
89 bool m_quotaCodeHasBeenSet =
false;
92 bool m_contextIdHasBeenSet =
false;
void SetContextId(const char *value)
GetServiceQuotaRequest & WithQuotaCode(const char *value)
void SetQuotaCode(const char *value)
GetServiceQuotaRequest & WithQuotaCode(Aws::String &&value)
GetServiceQuotaRequest & WithQuotaCode(const Aws::String &value)
AWS_SERVICEQUOTAS_API Aws::String SerializePayload() const override
const Aws::String & GetServiceCode() const
AWS_SERVICEQUOTAS_API GetServiceQuotaRequest()
AWS_SERVICEQUOTAS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetQuotaCode() const
virtual const char * GetServiceRequestName() const override
GetServiceQuotaRequest & WithServiceCode(Aws::String &&value)
bool ServiceCodeHasBeenSet() const
const Aws::String & GetContextId() const
bool ContextIdHasBeenSet() const
void SetServiceCode(const Aws::String &value)
GetServiceQuotaRequest & WithServiceCode(const char *value)
void SetServiceCode(Aws::String &&value)
void SetQuotaCode(Aws::String &&value)
void SetQuotaCode(const Aws::String &value)
GetServiceQuotaRequest & WithServiceCode(const Aws::String &value)
void SetContextId(const Aws::String &value)
GetServiceQuotaRequest & WithContextId(const Aws::String &value)
GetServiceQuotaRequest & WithContextId(Aws::String &&value)
bool QuotaCodeHasBeenSet() const
GetServiceQuotaRequest & WithContextId(const char *value)
void SetServiceCode(const char *value)
void SetContextId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String