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 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<GetEventsConfigurationOutputBuilder> for GetEventsConfigurationOutputBuilder
impl PartialEq<GetEventsConfigurationOutputBuilder> 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 ==.