7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ApiIdT = Aws::String>
45 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
46 template<
typename ApiIdT = Aws::String>
56 template<
typename ApiMappingIdT = Aws::String>
57 void SetApiMappingId(ApiMappingIdT&& value) { m_apiMappingIdHasBeenSet =
true; m_apiMappingId = std::forward<ApiMappingIdT>(value); }
58 template<
typename ApiMappingIdT = Aws::String>
68 template<
typename ApiMappingKeyT = Aws::String>
69 void SetApiMappingKey(ApiMappingKeyT&& value) { m_apiMappingKeyHasBeenSet =
true; m_apiMappingKey = std::forward<ApiMappingKeyT>(value); }
70 template<
typename ApiMappingKeyT = Aws::String>
80 template<
typename DomainNameT = Aws::String>
81 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
82 template<
typename DomainNameT = Aws::String>
92 template<
typename StageT = Aws::String>
93 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
94 template<
typename StageT = Aws::String>
100 bool m_apiIdHasBeenSet =
false;
103 bool m_apiMappingIdHasBeenSet =
false;
106 bool m_apiMappingKeyHasBeenSet =
false;
109 bool m_domainNameHasBeenSet =
false;
112 bool m_stageHasBeenSet =
false;
void SetDomainName(DomainNameT &&value)
bool ApiMappingKeyHasBeenSet() const
bool ApiIdHasBeenSet() const
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
bool StageHasBeenSet() const
UpdateApiMappingRequest & WithApiMappingId(ApiMappingIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetApiId(ApiIdT &&value)
const Aws::String & GetApiMappingKey() const
void SetStage(StageT &&value)
UpdateApiMappingRequest & WithDomainName(DomainNameT &&value)
UpdateApiMappingRequest & WithStage(StageT &&value)
const Aws::String & GetStage() const
const Aws::String & GetApiMappingId() const
const Aws::String & GetApiId() const
void SetApiMappingId(ApiMappingIdT &&value)
UpdateApiMappingRequest & WithApiId(ApiIdT &&value)
UpdateApiMappingRequest & WithApiMappingKey(ApiMappingKeyT &&value)
const Aws::String & GetDomainName() const
bool ApiMappingIdHasBeenSet() const
bool DomainNameHasBeenSet() const
AWS_APIGATEWAYV2_API UpdateApiMappingRequest()=default
void SetApiMappingKey(ApiMappingKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String