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>
46 template<
typename RestApiIdT = Aws::String>
47 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
48 template<
typename RestApiIdT = Aws::String>
58 template<
typename RequestVal
idatorIdT = Aws::String>
59 void SetRequestValidatorId(RequestValidatorIdT&& value) { m_requestValidatorIdHasBeenSet =
true; m_requestValidatorId = std::forward<RequestValidatorIdT>(value); }
60 template<
typename RequestVal
idatorIdT = Aws::String>
72 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
73 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
74 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
76 template<
typename PatchOperationsT = PatchOperation>
82 bool m_restApiIdHasBeenSet =
false;
85 bool m_requestValidatorIdHasBeenSet =
false;
88 bool m_patchOperationsHasBeenSet =
false;
UpdateRequestValidatorRequest & WithPatchOperations(PatchOperationsT &&value)
virtual const char * GetServiceRequestName() const override
void SetRequestValidatorId(RequestValidatorIdT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
UpdateRequestValidatorRequest & AddPatchOperations(PatchOperationsT &&value)
AWS_APIGATEWAY_API UpdateRequestValidatorRequest()=default
void SetRestApiId(RestApiIdT &&value)
bool RestApiIdHasBeenSet() const
UpdateRequestValidatorRequest & WithRestApiId(RestApiIdT &&value)
bool PatchOperationsHasBeenSet() const
const Aws::String & GetRequestValidatorId() const
bool RequestValidatorIdHasBeenSet() const
const Aws::Vector< PatchOperation > & GetPatchOperations() const
void SetPatchOperations(PatchOperationsT &&value)
const Aws::String & GetRestApiId() const
UpdateRequestValidatorRequest & WithRequestValidatorId(RequestValidatorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector