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