Struct aws_sdk_chime::operation::get_global_settings::builders::GetGlobalSettingsOutputBuilder
source · #[non_exhaustive]pub struct GetGlobalSettingsOutputBuilder { /* private fields */ }Expand description
A builder for GetGlobalSettingsOutput.
Implementations§
source§impl GetGlobalSettingsOutputBuilder
impl GetGlobalSettingsOutputBuilder
sourcepub fn business_calling(self, input: BusinessCallingSettings) -> Self
pub fn business_calling(self, input: BusinessCallingSettings) -> Self
The Amazon Chime Business Calling settings.
sourcepub fn set_business_calling(
self,
input: Option<BusinessCallingSettings>
) -> Self
pub fn set_business_calling( self, input: Option<BusinessCallingSettings> ) -> Self
The Amazon Chime Business Calling settings.
sourcepub fn get_business_calling(&self) -> &Option<BusinessCallingSettings>
pub fn get_business_calling(&self) -> &Option<BusinessCallingSettings>
The Amazon Chime Business Calling settings.
sourcepub fn voice_connector(self, input: VoiceConnectorSettings) -> Self
pub fn voice_connector(self, input: VoiceConnectorSettings) -> Self
The Amazon Chime Voice Connector settings.
sourcepub fn set_voice_connector(self, input: Option<VoiceConnectorSettings>) -> Self
pub fn set_voice_connector(self, input: Option<VoiceConnectorSettings>) -> Self
The Amazon Chime Voice Connector settings.
sourcepub fn get_voice_connector(&self) -> &Option<VoiceConnectorSettings>
pub fn get_voice_connector(&self) -> &Option<VoiceConnectorSettings>
The Amazon Chime Voice Connector settings.
sourcepub fn build(self) -> GetGlobalSettingsOutput
pub fn build(self) -> GetGlobalSettingsOutput
Consumes the builder and constructs a GetGlobalSettingsOutput.
Trait Implementations§
source§impl Clone for GetGlobalSettingsOutputBuilder
impl Clone for GetGlobalSettingsOutputBuilder
source§fn clone(&self) -> GetGlobalSettingsOutputBuilder
fn clone(&self) -> GetGlobalSettingsOutputBuilder
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 GetGlobalSettingsOutputBuilder
impl Default for GetGlobalSettingsOutputBuilder
source§fn default() -> GetGlobalSettingsOutputBuilder
fn default() -> GetGlobalSettingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetGlobalSettingsOutputBuilder
impl PartialEq for GetGlobalSettingsOutputBuilder
source§fn eq(&self, other: &GetGlobalSettingsOutputBuilder) -> bool
fn eq(&self, other: &GetGlobalSettingsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetGlobalSettingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetGlobalSettingsOutputBuilder
impl Send for GetGlobalSettingsOutputBuilder
impl Sync for GetGlobalSettingsOutputBuilder
impl Unpin for GetGlobalSettingsOutputBuilder
impl UnwindSafe for GetGlobalSettingsOutputBuilder
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.