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