#[non_exhaustive]pub struct AwsWafv2CustomHttpHeader { /* private fields */ }
Expand description
A custom header for custom request and response handling.
Implementations§
source§impl AwsWafv2CustomHttpHeader
impl AwsWafv2CustomHttpHeader
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsWafv2CustomHttpHeader
.
Trait Implementations§
source§impl Clone for AwsWafv2CustomHttpHeader
impl Clone for AwsWafv2CustomHttpHeader
source§fn clone(&self) -> AwsWafv2CustomHttpHeader
fn clone(&self) -> AwsWafv2CustomHttpHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AwsWafv2CustomHttpHeader
impl Debug for AwsWafv2CustomHttpHeader
source§impl PartialEq<AwsWafv2CustomHttpHeader> for AwsWafv2CustomHttpHeader
impl PartialEq<AwsWafv2CustomHttpHeader> for AwsWafv2CustomHttpHeader
source§fn eq(&self, other: &AwsWafv2CustomHttpHeader) -> bool
fn eq(&self, other: &AwsWafv2CustomHttpHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.