/** * 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 HTTP method of the web request. The method indicates the type of * operation that the request is asking the origin to perform.

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

JSON specification: "Method": {}

See Also:

* AWS API * Reference

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