/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Requests API Gateway to change information about the current Account
* resource.See Also:
AWS
* API Reference
For more information about supported patch operations, see Patch * Operations.
*/ inline const Aws::VectorFor more information about supported patch operations, see Patch * Operations.
*/ inline bool PatchOperationsHasBeenSet() const { return m_patchOperationsHasBeenSet; } /** *For more information about supported patch operations, see Patch * Operations.
*/ inline void SetPatchOperations(const Aws::VectorFor more information about supported patch operations, see Patch * Operations.
*/ inline void SetPatchOperations(Aws::VectorFor more information about supported patch operations, see Patch * Operations.
*/ inline UpdateAccountRequest& WithPatchOperations(const Aws::VectorFor more information about supported patch operations, see Patch * Operations.
*/ inline UpdateAccountRequest& WithPatchOperations(Aws::VectorFor more information about supported patch operations, see Patch * Operations.
*/ inline UpdateAccountRequest& AddPatchOperations(const PatchOperation& value) { m_patchOperationsHasBeenSet = true; m_patchOperations.push_back(value); return *this; } /** *For more information about supported patch operations, see Patch * Operations.
*/ inline UpdateAccountRequest& AddPatchOperations(PatchOperation&& value) { m_patchOperationsHasBeenSet = true; m_patchOperations.push_back(std::move(value)); return *this; } private: Aws::Vector