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>
42 template <
typename RestApiIdT = Aws::String>
44 m_restApiIdHasBeenSet =
true;
45 m_restApiId = std::forward<RestApiIdT>(value);
47 template <
typename RestApiIdT = Aws::String>
60 template <
typename ResourceIdT = Aws::String>
62 m_resourceIdHasBeenSet =
true;
63 m_resourceId = std::forward<ResourceIdT>(value);
65 template <
typename ResourceIdT = Aws::String>
78 template <
typename HttpMethodT = Aws::String>
80 m_httpMethodHasBeenSet =
true;
81 m_httpMethod = std::forward<HttpMethodT>(value);
83 template <
typename HttpMethodT = Aws::String>
98 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
100 m_patchOperationsHasBeenSet =
true;
101 m_patchOperations = std::forward<PatchOperationsT>(value);
103 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
108 template <
typename PatchOperationsT = PatchOperation>
110 m_patchOperationsHasBeenSet =
true;
111 m_patchOperations.emplace_back(std::forward<PatchOperationsT>(value));
123 bool m_restApiIdHasBeenSet =
false;
124 bool m_resourceIdHasBeenSet =
false;
125 bool m_httpMethodHasBeenSet =
false;
126 bool m_patchOperationsHasBeenSet =
false;
void SetResourceId(ResourceIdT &&value)
bool RestApiIdHasBeenSet() const
AWS_APIGATEWAY_API UpdateIntegrationRequest()=default
virtual const char * GetServiceRequestName() const override
bool HttpMethodHasBeenSet() const
UpdateIntegrationRequest & WithHttpMethod(HttpMethodT &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
UpdateIntegrationRequest & WithResourceId(ResourceIdT &&value)
UpdateIntegrationRequest & WithPatchOperations(PatchOperationsT &&value)
void SetPatchOperations(PatchOperationsT &&value)
const Aws::String & GetResourceId() const
UpdateIntegrationRequest & AddPatchOperations(PatchOperationsT &&value)
const Aws::String & GetRestApiId() const
void SetRestApiId(RestApiIdT &&value)
bool PatchOperationsHasBeenSet() const
UpdateIntegrationRequest & WithRestApiId(RestApiIdT &&value)
const Aws::String & GetHttpMethod() const
void SetHttpMethod(HttpMethodT &&value)
bool ResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector