7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ApiIdT = Aws::String>
46 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
47 template<
typename ApiIdT = Aws::String>
57 template<
typename ApiMappingKeyT = Aws::String>
58 void SetApiMappingKey(ApiMappingKeyT&& value) { m_apiMappingKeyHasBeenSet =
true; m_apiMappingKey = std::forward<ApiMappingKeyT>(value); }
59 template<
typename ApiMappingKeyT = Aws::String>
69 template<
typename DomainNameT = Aws::String>
70 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
71 template<
typename DomainNameT = Aws::String>
81 template<
typename StageT = Aws::String>
82 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
83 template<
typename StageT = Aws::String>
89 bool m_apiIdHasBeenSet =
false;
92 bool m_apiMappingKeyHasBeenSet =
false;
95 bool m_domainNameHasBeenSet =
false;
98 bool m_stageHasBeenSet =
false;
bool StageHasBeenSet() const
CreateApiMappingRequest & WithStage(StageT &&value)
virtual const char * GetServiceRequestName() const override
CreateApiMappingRequest & WithDomainName(DomainNameT &&value)
CreateApiMappingRequest & WithApiMappingKey(ApiMappingKeyT &&value)
CreateApiMappingRequest & WithApiId(ApiIdT &&value)
AWS_APIGATEWAYV2_API CreateApiMappingRequest()=default
const Aws::String & GetApiMappingKey() const
const Aws::String & GetDomainName() const
void SetApiId(ApiIdT &&value)
const Aws::String & GetApiId() const
bool DomainNameHasBeenSet() const
bool ApiIdHasBeenSet() const
void SetApiMappingKey(ApiMappingKeyT &&value)
void SetStage(StageT &&value)
void SetDomainName(DomainNameT &&value)
bool ApiMappingKeyHasBeenSet() const
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
const Aws::String & GetStage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String