7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename DomainNameT = Aws::String>
47 m_domainNameHasBeenSet =
true;
48 m_domainName = std::forward<DomainNameT>(value);
50 template <
typename DomainNameT = Aws::String>
64 template <
typename DomainNameIdT = Aws::String>
66 m_domainNameIdHasBeenSet =
true;
67 m_domainNameId = std::forward<DomainNameIdT>(value);
69 template <
typename DomainNameIdT = Aws::String>
85 template <
typename BasePathT = Aws::String>
87 m_basePathHasBeenSet =
true;
88 m_basePath = std::forward<BasePathT>(value);
90 template <
typename BasePathT = Aws::String>
102 bool m_domainNameHasBeenSet =
false;
103 bool m_domainNameIdHasBeenSet =
false;
104 bool m_basePathHasBeenSet =
false;
bool DomainNameIdHasBeenSet() const
const Aws::String & GetDomainNameId() const
void SetBasePath(BasePathT &&value)
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetDomainName() const
const Aws::String & GetBasePath() const
GetBasePathMappingRequest & WithBasePath(BasePathT &&value)
AWS_APIGATEWAY_API GetBasePathMappingRequest()=default
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetDomainName(DomainNameT &&value)
void SetDomainNameId(DomainNameIdT &&value)
GetBasePathMappingRequest & WithDomainName(DomainNameT &&value)
GetBasePathMappingRequest & WithDomainNameId(DomainNameIdT &&value)
bool DomainNameHasBeenSet() const
bool BasePathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String