7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/service-quotas/model/ServiceQuota.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ServiceQuotas
46 template<
typename NextTokenT = Aws::String>
47 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
48 template<
typename NextTokenT = Aws::String>
57 template<
typename QuotasT = Aws::Vector<ServiceQuota>>
58 void SetQuotas(QuotasT&& value) { m_quotasHasBeenSet =
true; m_quotas = std::forward<QuotasT>(value); }
59 template<
typename QuotasT = Aws::Vector<ServiceQuota>>
61 template<
typename QuotasT = ServiceQuota>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_quotasHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
void SetQuotas(QuotasT &&value)
const Aws::Vector< ServiceQuota > & GetQuotas() const
ListServiceQuotasResult & AddQuotas(QuotasT &&value)
AWS_SERVICEQUOTAS_API ListServiceQuotasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SERVICEQUOTAS_API ListServiceQuotasResult()=default
ListServiceQuotasResult & WithNextToken(NextTokenT &&value)
ListServiceQuotasResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
ListServiceQuotasResult & WithQuotas(QuotasT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_SERVICEQUOTAS_API ListServiceQuotasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue