7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename DomainNameT = Aws::String>
52 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
53 template<
typename DomainNameT = Aws::String>
64 template<
typename DomainNameIdT = Aws::String>
65 void SetDomainNameId(DomainNameIdT&& value) { m_domainNameIdHasBeenSet =
true; m_domainNameId = std::forward<DomainNameIdT>(value); }
66 template<
typename DomainNameIdT = Aws::String>
77 template<
typename BasePathT = Aws::String>
78 void SetBasePath(BasePathT&& value) { m_basePathHasBeenSet =
true; m_basePath = std::forward<BasePathT>(value); }
79 template<
typename BasePathT = Aws::String>
85 bool m_domainNameHasBeenSet =
false;
88 bool m_domainNameIdHasBeenSet =
false;
91 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