Struct aws_sdk_wafv2::output::UpdateRegexPatternSetOutput
source · #[non_exhaustive]pub struct UpdateRegexPatternSetOutput { /* private fields */ }
Implementations§
source§impl UpdateRegexPatternSetOutput
impl UpdateRegexPatternSetOutput
sourcepub fn next_lock_token(&self) -> Option<&str>
pub fn next_lock_token(&self) -> Option<&str>
A token used for optimistic locking. WAF returns this token to your update
requests. You use NextLockToken
in the same manner as you use LockToken
.
source§impl UpdateRegexPatternSetOutput
impl UpdateRegexPatternSetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRegexPatternSetOutput
.
Trait Implementations§
source§impl Clone for UpdateRegexPatternSetOutput
impl Clone for UpdateRegexPatternSetOutput
source§fn clone(&self) -> UpdateRegexPatternSetOutput
fn clone(&self) -> UpdateRegexPatternSetOutput
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 UpdateRegexPatternSetOutput
impl Debug for UpdateRegexPatternSetOutput
source§impl PartialEq<UpdateRegexPatternSetOutput> for UpdateRegexPatternSetOutput
impl PartialEq<UpdateRegexPatternSetOutput> for UpdateRegexPatternSetOutput
source§fn eq(&self, other: &UpdateRegexPatternSetOutput) -> bool
fn eq(&self, other: &UpdateRegexPatternSetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.