7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
41 template <
typename ApiIdT = Aws::String>
43 m_apiIdHasBeenSet =
true;
44 m_apiId = std::forward<ApiIdT>(value);
46 template <
typename ApiIdT = Aws::String>
48 SetApiId(std::forward<ApiIdT>(value));
59 template <
typename ApiMappingKeyT = Aws::String>
61 m_apiMappingKeyHasBeenSet =
true;
62 m_apiMappingKey = std::forward<ApiMappingKeyT>(value);
64 template <
typename ApiMappingKeyT = Aws::String>
77 template <
typename DomainNameT = Aws::String>
79 m_domainNameHasBeenSet =
true;
80 m_domainName = std::forward<DomainNameT>(value);
82 template <
typename DomainNameT = Aws::String>
95 template <
typename StageT = Aws::String>
97 m_stageHasBeenSet =
true;
98 m_stage = std::forward<StageT>(value);
100 template <
typename StageT = Aws::String>
102 SetStage(std::forward<StageT>(value));
114 bool m_apiIdHasBeenSet =
false;
115 bool m_apiMappingKeyHasBeenSet =
false;
116 bool m_domainNameHasBeenSet =
false;
117 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