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>
58 bool m_patchOperationsHasBeenSet =
false;
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
AWS_APIGATEWAY_API UpdateAccountRequest()
const Aws::Vector< PatchOperation > & GetPatchOperations() const
void SetPatchOperations(Aws::Vector< PatchOperation > &&value)
UpdateAccountRequest & AddPatchOperations(PatchOperation &&value)
UpdateAccountRequest & AddPatchOperations(const PatchOperation &value)
UpdateAccountRequest & WithPatchOperations(Aws::Vector< PatchOperation > &&value)
UpdateAccountRequest & WithPatchOperations(const Aws::Vector< PatchOperation > &value)
bool PatchOperationsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetPatchOperations(const Aws::Vector< PatchOperation > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector