7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/apigateway/model/PatchOperation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
48 template <
typename DomainNameT = Aws::String>
50 m_domainNameHasBeenSet =
true;
51 m_domainName = std::forward<DomainNameT>(value);
53 template <
typename DomainNameT = Aws::String>
67 template <
typename DomainNameIdT = Aws::String>
69 m_domainNameIdHasBeenSet =
true;
70 m_domainNameId = std::forward<DomainNameIdT>(value);
72 template <
typename DomainNameIdT = Aws::String>
86 template <
typename BasePathT = Aws::String>
88 m_basePathHasBeenSet =
true;
89 m_basePath = std::forward<BasePathT>(value);
91 template <
typename BasePathT = Aws::String>
106 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
108 m_patchOperationsHasBeenSet =
true;
109 m_patchOperations = std::forward<PatchOperationsT>(value);
111 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
116 template <
typename PatchOperationsT = PatchOperation>
118 m_patchOperationsHasBeenSet =
true;
119 m_patchOperations.emplace_back(std::forward<PatchOperationsT>(value));
131 bool m_domainNameHasBeenSet =
false;
132 bool m_domainNameIdHasBeenSet =
false;
133 bool m_basePathHasBeenSet =
false;
134 bool m_patchOperationsHasBeenSet =
false;
void SetPatchOperations(PatchOperationsT &&value)
UpdateBasePathMappingRequest & WithDomainNameId(DomainNameIdT &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
void SetDomainName(DomainNameT &&value)
UpdateBasePathMappingRequest & WithBasePath(BasePathT &&value)
bool PatchOperationsHasBeenSet() const
AWS_APIGATEWAY_API UpdateBasePathMappingRequest()=default
UpdateBasePathMappingRequest & WithDomainName(DomainNameT &&value)
void SetBasePath(BasePathT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainName() const
const Aws::String & GetDomainNameId() const
void SetDomainNameId(DomainNameIdT &&value)
bool DomainNameHasBeenSet() const
bool DomainNameIdHasBeenSet() const
UpdateBasePathMappingRequest & WithPatchOperations(PatchOperationsT &&value)
const Aws::String & GetBasePath() const
UpdateBasePathMappingRequest & AddPatchOperations(PatchOperationsT &&value)
bool BasePathHasBeenSet() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector