7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename DomainNameT = Aws::String>
48 m_domainNameHasBeenSet =
true;
49 m_domainName = std::forward<DomainNameT>(value);
51 template <
typename DomainNameT = Aws::String>
65 template <
typename DomainNameIdT = Aws::String>
67 m_domainNameIdHasBeenSet =
true;
68 m_domainNameId = std::forward<DomainNameIdT>(value);
70 template <
typename DomainNameIdT = Aws::String>
84 template <
typename BasePathT = Aws::String>
86 m_basePathHasBeenSet =
true;
87 m_basePath = std::forward<BasePathT>(value);
89 template <
typename BasePathT = Aws::String>
101 bool m_domainNameHasBeenSet =
false;
102 bool m_domainNameIdHasBeenSet =
false;
103 bool m_basePathHasBeenSet =
false;
DeleteBasePathMappingRequest & WithBasePath(BasePathT &&value)
const Aws::String & GetDomainName() const
bool DomainNameIdHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool BasePathHasBeenSet() const
AWS_APIGATEWAY_API DeleteBasePathMappingRequest()=default
DeleteBasePathMappingRequest & WithDomainName(DomainNameT &&value)
virtual const char * GetServiceRequestName() const override
DeleteBasePathMappingRequest & WithDomainNameId(DomainNameIdT &&value)
void SetBasePath(BasePathT &&value)
const Aws::String & GetBasePath() const
void SetDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
const Aws::String & GetDomainNameId() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetDomainNameId(DomainNameIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String