#[non_exhaustive]pub struct UpdateRuleGroupOutputBuilder { /* private fields */ }Expand description
A builder for UpdateRuleGroupOutput.
Implementations§
source§impl UpdateRuleGroupOutputBuilder
impl UpdateRuleGroupOutputBuilder
sourcepub fn next_lock_token(self, input: impl Into<String>) -> Self
pub fn next_lock_token(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_next_lock_token(self, input: Option<String>) -> Self
pub fn set_next_lock_token(self, input: Option<String>) -> Self
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.
sourcepub fn get_next_lock_token(&self) -> &Option<String>
pub fn get_next_lock_token(&self) -> &Option<String>
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.
sourcepub fn build(self) -> UpdateRuleGroupOutput
pub fn build(self) -> UpdateRuleGroupOutput
Consumes the builder and constructs a UpdateRuleGroupOutput.
Trait Implementations§
source§impl Clone for UpdateRuleGroupOutputBuilder
impl Clone for UpdateRuleGroupOutputBuilder
source§fn clone(&self) -> UpdateRuleGroupOutputBuilder
fn clone(&self) -> UpdateRuleGroupOutputBuilder
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 UpdateRuleGroupOutputBuilder
impl Debug for UpdateRuleGroupOutputBuilder
source§impl Default for UpdateRuleGroupOutputBuilder
impl Default for UpdateRuleGroupOutputBuilder
source§fn default() -> UpdateRuleGroupOutputBuilder
fn default() -> UpdateRuleGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateRuleGroupOutputBuilder
impl PartialEq for UpdateRuleGroupOutputBuilder
source§fn eq(&self, other: &UpdateRuleGroupOutputBuilder) -> bool
fn eq(&self, other: &UpdateRuleGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateRuleGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRuleGroupOutputBuilder
impl Send for UpdateRuleGroupOutputBuilder
impl Sync for UpdateRuleGroupOutputBuilder
impl Unpin for UpdateRuleGroupOutputBuilder
impl UnwindSafe for UpdateRuleGroupOutputBuilder
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.