Struct aws_sdk_wafv2::types::builders::RuleSummaryBuilder
source · #[non_exhaustive]pub struct RuleSummaryBuilder { /* private fields */ }Expand description
A builder for RuleSummary.
Implementations§
source§impl RuleSummaryBuilder
impl RuleSummaryBuilder
sourcepub fn action(self, input: RuleAction) -> Self
pub fn action(self, input: RuleAction) -> Self
The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
sourcepub fn set_action(self, input: Option<RuleAction>) -> Self
pub fn set_action(self, input: Option<RuleAction>) -> Self
The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
sourcepub fn get_action(&self) -> &Option<RuleAction>
pub fn get_action(&self) -> &Option<RuleAction>
The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
sourcepub fn build(self) -> RuleSummary
pub fn build(self) -> RuleSummary
Consumes the builder and constructs a RuleSummary.
Trait Implementations§
source§impl Clone for RuleSummaryBuilder
impl Clone for RuleSummaryBuilder
source§fn clone(&self) -> RuleSummaryBuilder
fn clone(&self) -> RuleSummaryBuilder
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 RuleSummaryBuilder
impl Debug for RuleSummaryBuilder
source§impl Default for RuleSummaryBuilder
impl Default for RuleSummaryBuilder
source§fn default() -> RuleSummaryBuilder
fn default() -> RuleSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RuleSummaryBuilder
impl PartialEq for RuleSummaryBuilder
source§fn eq(&self, other: &RuleSummaryBuilder) -> bool
fn eq(&self, other: &RuleSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RuleSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RuleSummaryBuilder
impl Send for RuleSummaryBuilder
impl Sync for RuleSummaryBuilder
impl Unpin for RuleSummaryBuilder
impl UnwindSafe for RuleSummaryBuilder
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.