/** * 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 WAFV2 { namespace Model { /** *

Inspect all of the elements that WAF has parsed and extracted from the web * request component that you've identified in your FieldToMatch * specifications.

This is used in the FieldToMatch specification * for some web request component types.

JSON specification: "All": * {}

See Also:

AWS API * Reference

*/ class All { public: AWS_WAFV2_API All(); AWS_WAFV2_API All(Aws::Utils::Json::JsonView jsonValue); AWS_WAFV2_API All& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace WAFV2 } // namespace Aws