7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/model/AwsWafv2CustomHttpHeader.h>
49 template<
typename InsertHeadersT = Aws::Vector<AwsWafv2CustomHttpHeader>>
50 void SetInsertHeaders(InsertHeadersT&& value) { m_insertHeadersHasBeenSet =
true; m_insertHeaders = std::forward<InsertHeadersT>(value); }
51 template<
typename InsertHeadersT = Aws::Vector<AwsWafv2CustomHttpHeader>>
53 template<
typename InsertHeadersT = AwsWafv2CustomHttpHeader>
59 bool m_insertHeadersHasBeenSet =
false;
const Aws::Vector< AwsWafv2CustomHttpHeader > & GetInsertHeaders() const
AwsWafv2CustomRequestHandlingDetails & AddInsertHeaders(InsertHeadersT &&value)
AwsWafv2CustomRequestHandlingDetails & WithInsertHeaders(InsertHeadersT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInsertHeaders(InsertHeadersT &&value)
bool InsertHeadersHasBeenSet() const
AWS_SECURITYHUB_API AwsWafv2CustomRequestHandlingDetails()=default
AWS_SECURITYHUB_API AwsWafv2CustomRequestHandlingDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsWafv2CustomRequestHandlingDetails(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue