Struct aws_sdk_chime::operation::delete_sip_media_application::builders::DeleteSipMediaApplicationInputBuilder
source · #[non_exhaustive]pub struct DeleteSipMediaApplicationInputBuilder { /* private fields */ }Expand description
A builder for DeleteSipMediaApplicationInput.
Implementations§
source§impl DeleteSipMediaApplicationInputBuilder
impl DeleteSipMediaApplicationInputBuilder
sourcepub fn sip_media_application_id(self, input: impl Into<String>) -> Self
pub fn sip_media_application_id(self, input: impl Into<String>) -> Self
The SIP media application ID.
This field is required.sourcepub fn set_sip_media_application_id(self, input: Option<String>) -> Self
pub fn set_sip_media_application_id(self, input: Option<String>) -> Self
The SIP media application ID.
sourcepub fn get_sip_media_application_id(&self) -> &Option<String>
pub fn get_sip_media_application_id(&self) -> &Option<String>
The SIP media application ID.
sourcepub fn build(self) -> Result<DeleteSipMediaApplicationInput, BuildError>
pub fn build(self) -> Result<DeleteSipMediaApplicationInput, BuildError>
Consumes the builder and constructs a DeleteSipMediaApplicationInput.
source§impl DeleteSipMediaApplicationInputBuilder
impl DeleteSipMediaApplicationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteSipMediaApplicationOutput, SdkError<DeleteSipMediaApplicationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteSipMediaApplicationOutput, SdkError<DeleteSipMediaApplicationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteSipMediaApplicationInputBuilder
impl Clone for DeleteSipMediaApplicationInputBuilder
source§fn clone(&self) -> DeleteSipMediaApplicationInputBuilder
fn clone(&self) -> DeleteSipMediaApplicationInputBuilder
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 Default for DeleteSipMediaApplicationInputBuilder
impl Default for DeleteSipMediaApplicationInputBuilder
source§fn default() -> DeleteSipMediaApplicationInputBuilder
fn default() -> DeleteSipMediaApplicationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteSipMediaApplicationInputBuilder
impl PartialEq for DeleteSipMediaApplicationInputBuilder
source§fn eq(&self, other: &DeleteSipMediaApplicationInputBuilder) -> bool
fn eq(&self, other: &DeleteSipMediaApplicationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteSipMediaApplicationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSipMediaApplicationInputBuilder
impl Send for DeleteSipMediaApplicationInputBuilder
impl Sync for DeleteSipMediaApplicationInputBuilder
impl Unpin for DeleteSipMediaApplicationInputBuilder
impl UnwindSafe for DeleteSipMediaApplicationInputBuilder
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.