/** * 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 the path component of the URI of the web request. This is the part of * the web request that identifies a resource. For example, * /images/daily-ad.jpg.

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

*

JSON specification: "UriPath": {}

See Also:

AWS API * Reference

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