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