Struct aws_sdk_iotwireless::model::JoinEventConfiguration
source · #[non_exhaustive]pub struct JoinEventConfiguration { /* private fields */ }
Expand description
Join event configuration object for enabling or disabling topic.
Implementations§
source§impl JoinEventConfiguration
impl JoinEventConfiguration
sourcepub fn lo_ra_wan(&self) -> Option<&LoRaWanJoinEventNotificationConfigurations>
pub fn lo_ra_wan(&self) -> Option<&LoRaWanJoinEventNotificationConfigurations>
Join event configuration object for enabling or disabling LoRaWAN related event topics.
sourcepub fn wireless_device_id_event_topic(
&self
) -> Option<&EventNotificationTopicStatus>
pub fn wireless_device_id_event_topic(
&self
) -> Option<&EventNotificationTopicStatus>
Denotes whether the wireless device ID join event topic is enabled or disabled.
source§impl JoinEventConfiguration
impl JoinEventConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JoinEventConfiguration
.
Trait Implementations§
source§impl Clone for JoinEventConfiguration
impl Clone for JoinEventConfiguration
source§fn clone(&self) -> JoinEventConfiguration
fn clone(&self) -> JoinEventConfiguration
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 Debug for JoinEventConfiguration
impl Debug for JoinEventConfiguration
source§impl PartialEq<JoinEventConfiguration> for JoinEventConfiguration
impl PartialEq<JoinEventConfiguration> for JoinEventConfiguration
source§fn eq(&self, other: &JoinEventConfiguration) -> bool
fn eq(&self, other: &JoinEventConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.