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