#[non_exhaustive]pub struct AwsWafv2RulesActionCountDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsWafv2RulesActionCountDetails
.
Implementations§
source§impl AwsWafv2RulesActionCountDetailsBuilder
impl AwsWafv2RulesActionCountDetailsBuilder
sourcepub fn custom_request_handling(
self,
input: AwsWafv2CustomRequestHandlingDetails
) -> Self
pub fn custom_request_handling( self, input: AwsWafv2CustomRequestHandlingDetails ) -> Self
Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
sourcepub fn set_custom_request_handling(
self,
input: Option<AwsWafv2CustomRequestHandlingDetails>
) -> Self
pub fn set_custom_request_handling( self, input: Option<AwsWafv2CustomRequestHandlingDetails> ) -> Self
Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
sourcepub fn get_custom_request_handling(
&self
) -> &Option<AwsWafv2CustomRequestHandlingDetails>
pub fn get_custom_request_handling( &self ) -> &Option<AwsWafv2CustomRequestHandlingDetails>
Defines custom handling for the web request. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
sourcepub fn build(self) -> AwsWafv2RulesActionCountDetails
pub fn build(self) -> AwsWafv2RulesActionCountDetails
Consumes the builder and constructs a AwsWafv2RulesActionCountDetails
.
Trait Implementations§
source§impl Clone for AwsWafv2RulesActionCountDetailsBuilder
impl Clone for AwsWafv2RulesActionCountDetailsBuilder
source§fn clone(&self) -> AwsWafv2RulesActionCountDetailsBuilder
fn clone(&self) -> AwsWafv2RulesActionCountDetailsBuilder
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 Default for AwsWafv2RulesActionCountDetailsBuilder
impl Default for AwsWafv2RulesActionCountDetailsBuilder
source§fn default() -> AwsWafv2RulesActionCountDetailsBuilder
fn default() -> AwsWafv2RulesActionCountDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsWafv2RulesActionCountDetailsBuilder
impl PartialEq for AwsWafv2RulesActionCountDetailsBuilder
source§fn eq(&self, other: &AwsWafv2RulesActionCountDetailsBuilder) -> bool
fn eq(&self, other: &AwsWafv2RulesActionCountDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsWafv2RulesActionCountDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsWafv2RulesActionCountDetailsBuilder
impl Send for AwsWafv2RulesActionCountDetailsBuilder
impl Sync for AwsWafv2RulesActionCountDetailsBuilder
impl Unpin for AwsWafv2RulesActionCountDetailsBuilder
impl UnwindSafe for AwsWafv2RulesActionCountDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.