7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
37 template <
typename ApiMappingIdT = Aws::String>
39 m_apiMappingIdHasBeenSet =
true;
40 m_apiMappingId = std::forward<ApiMappingIdT>(value);
42 template <
typename ApiMappingIdT = Aws::String>
55 template <
typename DomainNameT = Aws::String>
57 m_domainNameHasBeenSet =
true;
58 m_domainName = std::forward<DomainNameT>(value);
60 template <
typename DomainNameT = Aws::String>
70 bool m_apiMappingIdHasBeenSet =
false;
71 bool m_domainNameHasBeenSet =
false;
void SetApiMappingId(ApiMappingIdT &&value)
const Aws::String & GetApiMappingId() const
virtual const char * GetServiceRequestName() const override
bool ApiMappingIdHasBeenSet() const
const Aws::String & GetDomainName() const
bool DomainNameHasBeenSet() const
void SetDomainName(DomainNameT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
AWS_APIGATEWAYV2_API DeleteApiMappingRequest()=default
DeleteApiMappingRequest & WithApiMappingId(ApiMappingIdT &&value)
DeleteApiMappingRequest & WithDomainName(DomainNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String