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>
47 template<
typename RestApiIdT = Aws::String>
48 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
49 template<
typename RestApiIdT = Aws::String>
59 template<
typename AuthorizerIdT = Aws::String>
60 void SetAuthorizerId(AuthorizerIdT&& value) { m_authorizerIdHasBeenSet =
true; m_authorizerId = std::forward<AuthorizerIdT>(value); }
61 template<
typename AuthorizerIdT = Aws::String>
73 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
74 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
75 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
77 template<
typename PatchOperationsT = PatchOperation>
83 bool m_restApiIdHasBeenSet =
false;
86 bool m_authorizerIdHasBeenSet =
false;
89 bool m_patchOperationsHasBeenSet =
false;
AWS_APIGATEWAY_API UpdateAuthorizerRequest()=default
const Aws::String & GetRestApiId() const
void SetRestApiId(RestApiIdT &&value)
UpdateAuthorizerRequest & WithPatchOperations(PatchOperationsT &&value)
void SetPatchOperations(PatchOperationsT &&value)
UpdateAuthorizerRequest & WithRestApiId(RestApiIdT &&value)
bool PatchOperationsHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool RestApiIdHasBeenSet() const
UpdateAuthorizerRequest & AddPatchOperations(PatchOperationsT &&value)
const Aws::String & GetAuthorizerId() const
UpdateAuthorizerRequest & WithAuthorizerId(AuthorizerIdT &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
void SetAuthorizerId(AuthorizerIdT &&value)
virtual const char * GetServiceRequestName() const override
bool AuthorizerIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector