/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace LakeFormation { namespace Model { /** *

A wildcard object representing every table under a database.

See * Also:

AWS * API Reference

*/ class TableWildcard { public: AWS_LAKEFORMATION_API TableWildcard(); AWS_LAKEFORMATION_API TableWildcard(Aws::Utils::Json::JsonView jsonValue); AWS_LAKEFORMATION_API TableWildcard& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_LAKEFORMATION_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace LakeFormation } // namespace Aws