7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/apigateway/model/PatchOperation.h>
48 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
49 void SetPatchOperations(PatchOperationsT&& value) { m_patchOperationsHasBeenSet =
true; m_patchOperations = std::forward<PatchOperationsT>(value); }
50 template<
typename PatchOperationsT = Aws::Vector<PatchOperation>>
52 template<
typename PatchOperationsT = PatchOperation>
58 bool m_patchOperationsHasBeenSet =
false;
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
AWS_APIGATEWAY_API UpdateAccountRequest()=default
void SetPatchOperations(PatchOperationsT &&value)
const Aws::Vector< PatchOperation > & GetPatchOperations() const
bool PatchOperationsHasBeenSet() const
UpdateAccountRequest & AddPatchOperations(PatchOperationsT &&value)
virtual const char * GetServiceRequestName() const override
UpdateAccountRequest & WithPatchOperations(PatchOperationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector