7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
10#include <aws/service-quotas/model/RequestedServiceQuotaChange.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ServiceQuotas {
37 template <
typename RequestedQuotaT = RequestedServiceQuotaChange>
39 m_requestedQuotaHasBeenSet =
true;
40 m_requestedQuota = std::forward<RequestedQuotaT>(value);
42 template <
typename RequestedQuotaT = RequestedServiceQuotaChange>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_requestedQuotaHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
RequestServiceQuotaIncreaseResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_SERVICEQUOTAS_API RequestServiceQuotaIncreaseResult()=default
const RequestedServiceQuotaChange & GetRequestedQuota() const
RequestServiceQuotaIncreaseResult & WithRequestedQuota(RequestedQuotaT &&value)
void SetRequestedQuota(RequestedQuotaT &&value)
AWS_SERVICEQUOTAS_API RequestServiceQuotaIncreaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_SERVICEQUOTAS_API RequestServiceQuotaIncreaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue