#[non_exhaustive]pub struct SidewalkEventNotificationConfigurationsBuilder { /* private fields */ }Expand description
A builder for SidewalkEventNotificationConfigurations.
Implementations§
source§impl SidewalkEventNotificationConfigurationsBuilder
impl SidewalkEventNotificationConfigurationsBuilder
sourcepub fn amazon_id_event_topic(self, input: EventNotificationTopicStatus) -> Self
pub fn amazon_id_event_topic(self, input: EventNotificationTopicStatus) -> Self
Denotes whether the Amazon ID event topic is enabled or disabled.
sourcepub fn set_amazon_id_event_topic(
self,
input: Option<EventNotificationTopicStatus>
) -> Self
pub fn set_amazon_id_event_topic( self, input: Option<EventNotificationTopicStatus> ) -> Self
Denotes whether the Amazon ID event topic is enabled or disabled.
sourcepub fn get_amazon_id_event_topic(&self) -> &Option<EventNotificationTopicStatus>
pub fn get_amazon_id_event_topic(&self) -> &Option<EventNotificationTopicStatus>
Denotes whether the Amazon ID event topic is enabled or disabled.
sourcepub fn build(self) -> SidewalkEventNotificationConfigurations
pub fn build(self) -> SidewalkEventNotificationConfigurations
Consumes the builder and constructs a SidewalkEventNotificationConfigurations.
Trait Implementations§
source§impl Clone for SidewalkEventNotificationConfigurationsBuilder
impl Clone for SidewalkEventNotificationConfigurationsBuilder
source§fn clone(&self) -> SidewalkEventNotificationConfigurationsBuilder
fn clone(&self) -> SidewalkEventNotificationConfigurationsBuilder
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 SidewalkEventNotificationConfigurationsBuilder
impl Default for SidewalkEventNotificationConfigurationsBuilder
source§fn default() -> SidewalkEventNotificationConfigurationsBuilder
fn default() -> SidewalkEventNotificationConfigurationsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SidewalkEventNotificationConfigurationsBuilder
impl PartialEq for SidewalkEventNotificationConfigurationsBuilder
source§fn eq(&self, other: &SidewalkEventNotificationConfigurationsBuilder) -> bool
fn eq(&self, other: &SidewalkEventNotificationConfigurationsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SidewalkEventNotificationConfigurationsBuilder
Auto Trait Implementations§
impl Freeze for SidewalkEventNotificationConfigurationsBuilder
impl RefUnwindSafe for SidewalkEventNotificationConfigurationsBuilder
impl Send for SidewalkEventNotificationConfigurationsBuilder
impl Sync for SidewalkEventNotificationConfigurationsBuilder
impl Unpin for SidewalkEventNotificationConfigurationsBuilder
impl UnwindSafe for SidewalkEventNotificationConfigurationsBuilder
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.