Struct aws_sdk_chime::operation::get_events_configuration::builders::GetEventsConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetEventsConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for GetEventsConfigurationOutput
.
Implementations§
source§impl GetEventsConfigurationOutputBuilder
impl GetEventsConfigurationOutputBuilder
sourcepub fn events_configuration(self, input: EventsConfiguration) -> Self
pub fn events_configuration(self, input: EventsConfiguration) -> Self
The events configuration details.
sourcepub fn set_events_configuration(
self,
input: Option<EventsConfiguration>
) -> Self
pub fn set_events_configuration( self, input: Option<EventsConfiguration> ) -> Self
The events configuration details.
sourcepub fn get_events_configuration(&self) -> &Option<EventsConfiguration>
pub fn get_events_configuration(&self) -> &Option<EventsConfiguration>
The events configuration details.
sourcepub fn build(self) -> GetEventsConfigurationOutput
pub fn build(self) -> GetEventsConfigurationOutput
Consumes the builder and constructs a GetEventsConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetEventsConfigurationOutputBuilder
impl Clone for GetEventsConfigurationOutputBuilder
source§fn clone(&self) -> GetEventsConfigurationOutputBuilder
fn clone(&self) -> GetEventsConfigurationOutputBuilder
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 GetEventsConfigurationOutputBuilder
impl Default for GetEventsConfigurationOutputBuilder
source§fn default() -> GetEventsConfigurationOutputBuilder
fn default() -> GetEventsConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetEventsConfigurationOutputBuilder
impl PartialEq for GetEventsConfigurationOutputBuilder
source§fn eq(&self, other: &GetEventsConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetEventsConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetEventsConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetEventsConfigurationOutputBuilder
impl Send for GetEventsConfigurationOutputBuilder
impl Sync for GetEventsConfigurationOutputBuilder
impl Unpin for GetEventsConfigurationOutputBuilder
impl UnwindSafe for GetEventsConfigurationOutputBuilder
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.