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 RequestVal
idatorIdT = Aws::String>
62 m_requestValidatorIdHasBeenSet =
true;
63 m_requestValidatorId = std::forward<RequestValidatorIdT>(value);
65 template <
typename RequestVal
idatorIdT = Aws::String>
80 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
82 m_patchOperationsHasBeenSet =
true;
83 m_patchOperations = std::forward<PatchOperationsT>(value);
85 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
90 template <
typename PatchOperationsT = PatchOperation>
92 m_patchOperationsHasBeenSet =
true;
93 m_patchOperations.emplace_back(std::forward<PatchOperationsT>(value));
103 bool m_restApiIdHasBeenSet =
false;
104 bool m_requestValidatorIdHasBeenSet =
false;
105 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