Struct aws_sdk_iotwireless::types::builders::LteLocalIdBuilder
source · #[non_exhaustive]pub struct LteLocalIdBuilder { /* private fields */ }Expand description
A builder for LteLocalId.
Implementations§
source§impl LteLocalIdBuilder
impl LteLocalIdBuilder
sourcepub fn earfcn(self, input: i32) -> Self
pub fn earfcn(self, input: i32) -> Self
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
sourcepub fn set_earfcn(self, input: Option<i32>) -> Self
pub fn set_earfcn(self, input: Option<i32>) -> Self
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).
sourcepub fn build(self) -> LteLocalId
pub fn build(self) -> LteLocalId
Consumes the builder and constructs a LteLocalId.
Trait Implementations§
source§impl Clone for LteLocalIdBuilder
impl Clone for LteLocalIdBuilder
source§fn clone(&self) -> LteLocalIdBuilder
fn clone(&self) -> LteLocalIdBuilder
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 LteLocalIdBuilder
impl Debug for LteLocalIdBuilder
source§impl Default for LteLocalIdBuilder
impl Default for LteLocalIdBuilder
source§fn default() -> LteLocalIdBuilder
fn default() -> LteLocalIdBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LteLocalIdBuilder> for LteLocalIdBuilder
impl PartialEq<LteLocalIdBuilder> for LteLocalIdBuilder
source§fn eq(&self, other: &LteLocalIdBuilder) -> bool
fn eq(&self, other: &LteLocalIdBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.