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
45 template<
typename ServiceCodeT = Aws::String>
46 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
47 template<
typename ServiceCodeT = Aws::String>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
82 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 template<
typename QuotaCodeT = Aws::String>
95 void SetQuotaCode(QuotaCodeT&& value) { m_quotaCodeHasBeenSet =
true; m_quotaCode = std::forward<QuotaCodeT>(value); }
96 template<
typename QuotaCodeT = Aws::String>
114 bool m_serviceCodeHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
120 bool m_maxResultsHasBeenSet =
false;
123 bool m_quotaCodeHasBeenSet =
false;
126 bool m_quotaAppliedAtLevelHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ListServiceQuotasRequest & WithQuotaAppliedAtLevel(AppliedLevelEnum value)
ListServiceQuotasRequest & WithServiceCode(ServiceCodeT &&value)
AppliedLevelEnum GetQuotaAppliedAtLevel() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetQuotaCode(QuotaCodeT &&value)
const Aws::String & GetQuotaCode() const
bool QuotaCodeHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
ListServiceQuotasRequest & WithMaxResults(int value)
void SetQuotaAppliedAtLevel(AppliedLevelEnum value)
AWS_SERVICEQUOTAS_API ListServiceQuotasRequest()=default
AWS_SERVICEQUOTAS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool QuotaAppliedAtLevelHasBeenSet() const
bool ServiceCodeHasBeenSet() const
AWS_SERVICEQUOTAS_API Aws::String SerializePayload() const override
ListServiceQuotasRequest & WithQuotaCode(QuotaCodeT &&value)
const Aws::String & GetServiceCode() const
ListServiceQuotasRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetServiceCode(ServiceCodeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String