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