7#include <aws/service-quotas/ServiceQuotas_EXPORTS.h>
8#include <aws/service-quotas/ServiceQuotasRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ServiceQuotas
45 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
53 bool m_requestIdHasBeenSet =
false;
AWS_SERVICEQUOTAS_API GetRequestedServiceQuotaChangeRequest()
bool RequestIdHasBeenSet() const
AWS_SERVICEQUOTAS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetRequestedServiceQuotaChangeRequest & WithRequestId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
GetRequestedServiceQuotaChangeRequest & WithRequestId(const char *value)
AWS_SERVICEQUOTAS_API Aws::String SerializePayload() const override
void SetRequestId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
GetRequestedServiceQuotaChangeRequest & WithRequestId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String