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