#[non_exhaustive]pub struct UpdateSipMediaApplicationCallInput { /* private fields */ }Implementations
sourceimpl UpdateSipMediaApplicationCallInput
impl UpdateSipMediaApplicationCallInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSipMediaApplicationCall, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSipMediaApplicationCall, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSipMediaApplicationCall>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSipMediaApplicationCallInput.
sourceimpl UpdateSipMediaApplicationCallInput
impl UpdateSipMediaApplicationCallInput
sourcepub fn sip_media_application_id(&self) -> Option<&str>
pub fn sip_media_application_id(&self) -> Option<&str>
The ID of the SIP media application handling the call.
sourcepub fn transaction_id(&self) -> Option<&str>
pub fn transaction_id(&self) -> Option<&str>
The ID of the call transaction.
Trait Implementations
sourceimpl Clone for UpdateSipMediaApplicationCallInput
impl Clone for UpdateSipMediaApplicationCallInput
sourcefn clone(&self) -> UpdateSipMediaApplicationCallInput
fn clone(&self) -> UpdateSipMediaApplicationCallInput
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 PartialEq<UpdateSipMediaApplicationCallInput> for UpdateSipMediaApplicationCallInput
impl PartialEq<UpdateSipMediaApplicationCallInput> for UpdateSipMediaApplicationCallInput
sourcefn eq(&self, other: &UpdateSipMediaApplicationCallInput) -> bool
fn eq(&self, other: &UpdateSipMediaApplicationCallInput) -> bool
impl StructuralPartialEq for UpdateSipMediaApplicationCallInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateSipMediaApplicationCallInput
impl Send for UpdateSipMediaApplicationCallInput
impl Sync for UpdateSipMediaApplicationCallInput
impl Unpin for UpdateSipMediaApplicationCallInput
impl UnwindSafe for UpdateSipMediaApplicationCallInput
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