Struct aws_sdk_iotwireless::types::builders::DeviceRegistrationStateEventConfigurationBuilder
source · #[non_exhaustive]pub struct DeviceRegistrationStateEventConfigurationBuilder { /* private fields */ }
Expand description
A builder for DeviceRegistrationStateEventConfiguration
.
Implementations§
source§impl DeviceRegistrationStateEventConfigurationBuilder
impl DeviceRegistrationStateEventConfigurationBuilder
sourcepub fn sidewalk(self, input: SidewalkEventNotificationConfigurations) -> Self
pub fn sidewalk(self, input: SidewalkEventNotificationConfigurations) -> Self
Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
sourcepub fn set_sidewalk(
self,
input: Option<SidewalkEventNotificationConfigurations>
) -> Self
pub fn set_sidewalk( self, input: Option<SidewalkEventNotificationConfigurations> ) -> Self
Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
sourcepub fn get_sidewalk(&self) -> &Option<SidewalkEventNotificationConfigurations>
pub fn get_sidewalk(&self) -> &Option<SidewalkEventNotificationConfigurations>
Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
sourcepub fn wireless_device_id_event_topic(
self,
input: EventNotificationTopicStatus
) -> Self
pub fn wireless_device_id_event_topic( self, input: EventNotificationTopicStatus ) -> Self
Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
sourcepub fn set_wireless_device_id_event_topic(
self,
input: Option<EventNotificationTopicStatus>
) -> Self
pub fn set_wireless_device_id_event_topic( self, input: Option<EventNotificationTopicStatus> ) -> Self
Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
sourcepub fn get_wireless_device_id_event_topic(
&self
) -> &Option<EventNotificationTopicStatus>
pub fn get_wireless_device_id_event_topic( &self ) -> &Option<EventNotificationTopicStatus>
Denotes whether the wireless device ID device registration state event topic is enabled or disabled.
sourcepub fn build(self) -> DeviceRegistrationStateEventConfiguration
pub fn build(self) -> DeviceRegistrationStateEventConfiguration
Consumes the builder and constructs a DeviceRegistrationStateEventConfiguration
.
Trait Implementations§
source§impl Clone for DeviceRegistrationStateEventConfigurationBuilder
impl Clone for DeviceRegistrationStateEventConfigurationBuilder
source§fn clone(&self) -> DeviceRegistrationStateEventConfigurationBuilder
fn clone(&self) -> DeviceRegistrationStateEventConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeviceRegistrationStateEventConfigurationBuilder
impl Default for DeviceRegistrationStateEventConfigurationBuilder
source§fn default() -> DeviceRegistrationStateEventConfigurationBuilder
fn default() -> DeviceRegistrationStateEventConfigurationBuilder
source§impl PartialEq for DeviceRegistrationStateEventConfigurationBuilder
impl PartialEq for DeviceRegistrationStateEventConfigurationBuilder
source§fn eq(&self, other: &DeviceRegistrationStateEventConfigurationBuilder) -> bool
fn eq(&self, other: &DeviceRegistrationStateEventConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.