Struct aws_sdk_iotwireless::types::builders::AbpV10XBuilder
source · #[non_exhaustive]pub struct AbpV10XBuilder { /* private fields */ }Expand description
A builder for AbpV10X.
Implementations§
source§impl AbpV10XBuilder
impl AbpV10XBuilder
sourcepub fn set_dev_addr(self, input: Option<String>) -> Self
pub fn set_dev_addr(self, input: Option<String>) -> Self
The DevAddr value.
sourcepub fn get_dev_addr(&self) -> &Option<String>
pub fn get_dev_addr(&self) -> &Option<String>
The DevAddr value.
sourcepub fn session_keys(self, input: SessionKeysAbpV10X) -> Self
pub fn session_keys(self, input: SessionKeysAbpV10X) -> Self
Session keys for ABP v1.0.x
sourcepub fn set_session_keys(self, input: Option<SessionKeysAbpV10X>) -> Self
pub fn set_session_keys(self, input: Option<SessionKeysAbpV10X>) -> Self
Session keys for ABP v1.0.x
sourcepub fn get_session_keys(&self) -> &Option<SessionKeysAbpV10X>
pub fn get_session_keys(&self) -> &Option<SessionKeysAbpV10X>
Session keys for ABP v1.0.x
sourcepub fn f_cnt_start(self, input: i32) -> Self
pub fn f_cnt_start(self, input: i32) -> Self
The FCnt init value.
sourcepub fn set_f_cnt_start(self, input: Option<i32>) -> Self
pub fn set_f_cnt_start(self, input: Option<i32>) -> Self
The FCnt init value.
sourcepub fn get_f_cnt_start(&self) -> &Option<i32>
pub fn get_f_cnt_start(&self) -> &Option<i32>
The FCnt init value.
Trait Implementations§
source§impl Clone for AbpV10XBuilder
impl Clone for AbpV10XBuilder
source§fn clone(&self) -> AbpV10XBuilder
fn clone(&self) -> AbpV10XBuilder
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 AbpV10XBuilder
impl Debug for AbpV10XBuilder
source§impl Default for AbpV10XBuilder
impl Default for AbpV10XBuilder
source§fn default() -> AbpV10XBuilder
fn default() -> AbpV10XBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AbpV10XBuilder
impl PartialEq for AbpV10XBuilder
source§fn eq(&self, other: &AbpV10XBuilder) -> bool
fn eq(&self, other: &AbpV10XBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AbpV10XBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AbpV10XBuilder
impl Send for AbpV10XBuilder
impl Sync for AbpV10XBuilder
impl Unpin for AbpV10XBuilder
impl UnwindSafe for AbpV10XBuilder
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.