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/AWSVector.h>
44 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
46 m_patchOperationsHasBeenSet =
true;
47 m_patchOperations = std::forward<PatchOperationsT>(value);
49 template <
typename PatchOperationsT = Aws::Vector<PatchOperation>>
54 template <
typename PatchOperationsT = PatchOperation>
56 m_patchOperationsHasBeenSet =
true;
57 m_patchOperations.emplace_back(std::forward<PatchOperationsT>(value));
63 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