/** * 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 query string of the web request. This is the part of a URL that * appears after a ? character, if any.

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

*

JSON specification: "QueryString": {}

See Also:

* AWS * API Reference

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