Struct aws_sdk_chime::input::UpdateSipRuleInput
source · [−]#[non_exhaustive]pub struct UpdateSipRuleInput { /* private fields */ }Implementations
sourceimpl UpdateSipRuleInput
impl UpdateSipRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSipRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSipRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSipRule>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSipRuleInput.
sourceimpl UpdateSipRuleInput
impl UpdateSipRuleInput
sourcepub fn sip_rule_id(&self) -> Option<&str>
pub fn sip_rule_id(&self) -> Option<&str>
The SIP rule ID.
sourcepub fn disabled(&self) -> Option<bool>
pub fn disabled(&self) -> Option<bool>
The new value specified to indicate whether the rule is disabled.
sourcepub fn target_applications(&self) -> Option<&[SipRuleTargetApplication]>
pub fn target_applications(&self) -> Option<&[SipRuleTargetApplication]>
The new value of the list of target applications.
Trait Implementations
sourceimpl Clone for UpdateSipRuleInput
impl Clone for UpdateSipRuleInput
sourcefn clone(&self) -> UpdateSipRuleInput
fn clone(&self) -> UpdateSipRuleInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateSipRuleInput
impl Debug for UpdateSipRuleInput
sourceimpl PartialEq<UpdateSipRuleInput> for UpdateSipRuleInput
impl PartialEq<UpdateSipRuleInput> for UpdateSipRuleInput
sourcefn eq(&self, other: &UpdateSipRuleInput) -> bool
fn eq(&self, other: &UpdateSipRuleInput) -> bool
impl StructuralPartialEq for UpdateSipRuleInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateSipRuleInput
impl Send for UpdateSipRuleInput
impl Sync for UpdateSipRuleInput
impl Unpin for UpdateSipRuleInput
impl UnwindSafe for UpdateSipRuleInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more