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