7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
40 template <
typename ApiIdT = Aws::String>
42 m_apiIdHasBeenSet =
true;
43 m_apiId = std::forward<ApiIdT>(value);
45 template <
typename ApiIdT = Aws::String>
47 SetApiId(std::forward<ApiIdT>(value));
58 template <
typename ApiMappingIdT = Aws::String>
60 m_apiMappingIdHasBeenSet =
true;
61 m_apiMappingId = std::forward<ApiMappingIdT>(value);
63 template <
typename ApiMappingIdT = Aws::String>
76 template <
typename ApiMappingKeyT = Aws::String>
78 m_apiMappingKeyHasBeenSet =
true;
79 m_apiMappingKey = std::forward<ApiMappingKeyT>(value);
81 template <
typename ApiMappingKeyT = Aws::String>
94 template <
typename DomainNameT = Aws::String>
96 m_domainNameHasBeenSet =
true;
97 m_domainName = std::forward<DomainNameT>(value);
99 template <
typename DomainNameT = Aws::String>
112 template <
typename StageT = Aws::String>
114 m_stageHasBeenSet =
true;
115 m_stage = std::forward<StageT>(value);
117 template <
typename StageT = Aws::String>
119 SetStage(std::forward<StageT>(value));
133 bool m_apiIdHasBeenSet =
false;
134 bool m_apiMappingIdHasBeenSet =
false;
135 bool m_apiMappingKeyHasBeenSet =
false;
136 bool m_domainNameHasBeenSet =
false;
137 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