7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/service-quotas/ServiceQuotasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/service-quotas/model/AppliedLevelEnum.h>
15namespace ServiceQuotas
47 inline void SetServiceCode(
const char* value) { m_serviceCodeHasBeenSet =
true; m_serviceCode.assign(value); }
65 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
100 inline void SetQuotaCode(
const char* value) { m_quotaCodeHasBeenSet =
true; m_quotaCode.assign(value); }
120 bool m_serviceCodeHasBeenSet =
false;
123 bool m_nextTokenHasBeenSet =
false;
126 bool m_maxResultsHasBeenSet =
false;
129 bool m_quotaCodeHasBeenSet =
false;
132 bool m_quotaAppliedAtLevelHasBeenSet =
false;
ListServiceQuotasRequest & WithNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
ListServiceQuotasRequest & WithNextToken(const Aws::String &value)
ListServiceQuotasRequest & WithQuotaCode(const Aws::String &value)
ListServiceQuotasRequest & WithQuotaAppliedAtLevel(const AppliedLevelEnum &value)
void SetServiceCode(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetQuotaCode(const char *value)
const AppliedLevelEnum & GetQuotaAppliedAtLevel() const
const Aws::String & GetQuotaCode() const
bool QuotaCodeHasBeenSet() const
const Aws::String & GetNextToken() const
void SetQuotaAppliedAtLevel(AppliedLevelEnum &&value)
int GetMaxResults() const
void SetQuotaCode(Aws::String &&value)
ListServiceQuotasRequest & WithMaxResults(int value)
AWS_SERVICEQUOTAS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListServiceQuotasRequest & WithQuotaCode(const char *value)
bool QuotaAppliedAtLevelHasBeenSet() const
bool ServiceCodeHasBeenSet() const
void SetNextToken(Aws::String &&value)
void SetQuotaAppliedAtLevel(const AppliedLevelEnum &value)
void SetServiceCode(const char *value)
ListServiceQuotasRequest & WithServiceCode(Aws::String &&value)
AWS_SERVICEQUOTAS_API Aws::String SerializePayload() const override
void SetNextToken(const Aws::String &value)
ListServiceQuotasRequest & WithNextToken(const char *value)
const Aws::String & GetServiceCode() const
AWS_SERVICEQUOTAS_API ListServiceQuotasRequest()
void SetServiceCode(const Aws::String &value)
void SetNextToken(const char *value)
ListServiceQuotasRequest & WithServiceCode(const char *value)
bool MaxResultsHasBeenSet() const
void SetQuotaCode(const Aws::String &value)
void SetMaxResults(int value)
ListServiceQuotasRequest & WithServiceCode(const Aws::String &value)
ListServiceQuotasRequest & WithQuotaCode(Aws::String &&value)
ListServiceQuotasRequest & WithQuotaAppliedAtLevel(AppliedLevelEnum &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String