Struct aws_sdk_wafv2::types::builders::CookieMatchPatternBuilder
source · #[non_exhaustive]pub struct CookieMatchPatternBuilder { /* private fields */ }Expand description
A builder for CookieMatchPattern.
Implementations§
source§impl CookieMatchPatternBuilder
impl CookieMatchPatternBuilder
Appends an item to included_cookies.
To override the contents of this collection use set_included_cookies.
Inspect only the cookies that have a key that matches one of the strings specified here.
Inspect only the cookies that have a key that matches one of the strings specified here.
Inspect only the cookies that have a key that matches one of the strings specified here.
Appends an item to excluded_cookies.
To override the contents of this collection use set_excluded_cookies.
Inspect only the cookies whose keys don't match any of the strings specified here.
Inspect only the cookies whose keys don't match any of the strings specified here.
Inspect only the cookies whose keys don't match any of the strings specified here.
sourcepub fn build(self) -> CookieMatchPattern
pub fn build(self) -> CookieMatchPattern
Consumes the builder and constructs a CookieMatchPattern.
Trait Implementations§
source§impl Clone for CookieMatchPatternBuilder
impl Clone for CookieMatchPatternBuilder
source§fn clone(&self) -> CookieMatchPatternBuilder
fn clone(&self) -> CookieMatchPatternBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CookieMatchPatternBuilder
impl Debug for CookieMatchPatternBuilder
source§impl Default for CookieMatchPatternBuilder
impl Default for CookieMatchPatternBuilder
source§fn default() -> CookieMatchPatternBuilder
fn default() -> CookieMatchPatternBuilder
impl StructuralPartialEq for CookieMatchPatternBuilder
Auto Trait Implementations§
impl Freeze for CookieMatchPatternBuilder
impl RefUnwindSafe for CookieMatchPatternBuilder
impl Send for CookieMatchPatternBuilder
impl Sync for CookieMatchPatternBuilder
impl Unpin for CookieMatchPatternBuilder
impl UnwindSafe for CookieMatchPatternBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more