/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Custom request handling behavior that inserts custom headers into a web
* request. WAF uses custom request handling when the rule action doesn't block the
* request. See Also:
AWS
* API Reference
The HTTP headers to insert into the request.
*/ inline const Aws::VectorThe HTTP headers to insert into the request.
*/ inline bool InsertHeadersHasBeenSet() const { return m_insertHeadersHasBeenSet; } /** *The HTTP headers to insert into the request.
*/ inline void SetInsertHeaders(const Aws::VectorThe HTTP headers to insert into the request.
*/ inline void SetInsertHeaders(Aws::VectorThe HTTP headers to insert into the request.
*/ inline AwsWafv2CustomRequestHandlingDetails& WithInsertHeaders(const Aws::VectorThe HTTP headers to insert into the request.
*/ inline AwsWafv2CustomRequestHandlingDetails& WithInsertHeaders(Aws::VectorThe HTTP headers to insert into the request.
*/ inline AwsWafv2CustomRequestHandlingDetails& AddInsertHeaders(const AwsWafv2CustomHttpHeader& value) { m_insertHeadersHasBeenSet = true; m_insertHeaders.push_back(value); return *this; } /** *The HTTP headers to insert into the request.
*/ inline AwsWafv2CustomRequestHandlingDetails& AddInsertHeaders(AwsWafv2CustomHttpHeader&& value) { m_insertHeadersHasBeenSet = true; m_insertHeaders.push_back(std::move(value)); return *this; } private: Aws::Vector