7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/service-quotas/model/RequestedServiceQuotaChange.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ServiceQuotas
41 template<
typename RequestedQuotaT = RequestedServiceQuotaChange>
42 void SetRequestedQuota(RequestedQuotaT&& value) { m_requestedQuotaHasBeenSet =
true; m_requestedQuota = std::forward<RequestedQuotaT>(value); }
43 template<
typename RequestedQuotaT = RequestedServiceQuotaChange>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_requestedQuotaHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_SERVICEQUOTAS_API GetRequestedServiceQuotaChangeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRequestedServiceQuotaChangeResult & WithRequestId(RequestIdT &&value)
AWS_SERVICEQUOTAS_API GetRequestedServiceQuotaChangeResult()=default
void SetRequestedQuota(RequestedQuotaT &&value)
const RequestedServiceQuotaChange & GetRequestedQuota() const
AWS_SERVICEQUOTAS_API GetRequestedServiceQuotaChangeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRequestedServiceQuotaChangeResult & WithRequestedQuota(RequestedQuotaT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue