7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/apigateway/model/PatchOperation.h>
53 template<
typename DomainNameT = Aws::String>
54 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
55 template<
typename DomainNameT = Aws::String>
66 template<
typename DomainNameIdT = Aws::String>
67 void SetDomainNameId(DomainNameIdT&& value) { m_domainNameIdHasBeenSet =
true; m_domainNameId = std::forward<DomainNameIdT>(value); }
68 template<
typename DomainNameIdT = Aws::String>
80 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
81 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
82 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
84 template<
typename PatchOperationsT = PatchOperation>
90 bool m_domainNameHasBeenSet =
false;
93 bool m_domainNameIdHasBeenSet =
false;
96 bool m_patchOperationsHasBeenSet =
false;
bool PatchOperationsHasBeenSet() const
void SetDomainName(DomainNameT &&value)
const Aws::String & GetDomainName() const
bool DomainNameHasBeenSet() const
void SetDomainNameId(DomainNameIdT &&value)
AWS_APIGATEWAY_API UpdateDomainNameRequest()=default
const Aws::String & GetDomainNameId() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
UpdateDomainNameRequest & WithPatchOperations(PatchOperationsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetPatchOperations(PatchOperationsT &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
UpdateDomainNameRequest & WithDomainNameId(DomainNameIdT &&value)
UpdateDomainNameRequest & WithDomainName(DomainNameT &&value)
bool DomainNameIdHasBeenSet() const
UpdateDomainNameRequest & AddPatchOperations(PatchOperationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector