#[non_exhaustive]pub struct UpdateRuleGroupOutputBuilder { /* private fields */ }Expand description
A builder for UpdateRuleGroupOutput.
Implementations§
source§impl UpdateRuleGroupOutputBuilder
impl UpdateRuleGroupOutputBuilder
sourcepub fn change_token(self, input: impl Into<String>) -> Self
pub fn change_token(self, input: impl Into<String>) -> Self
The ChangeToken that you used to submit the UpdateRuleGroup request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
sourcepub fn set_change_token(self, input: Option<String>) -> Self
pub fn set_change_token(self, input: Option<String>) -> Self
The ChangeToken that you used to submit the UpdateRuleGroup request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
sourcepub fn get_change_token(&self) -> &Option<String>
pub fn get_change_token(&self) -> &Option<String>
The ChangeToken that you used to submit the UpdateRuleGroup request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
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.