Struct aws_sdk_iotwireless::types::builders::WcdmaObjBuilder
source · #[non_exhaustive]pub struct WcdmaObjBuilder { /* private fields */ }Expand description
A builder for WcdmaObj.
Implementations§
source§impl WcdmaObjBuilder
impl WcdmaObjBuilder
sourcepub fn utran_cid(self, input: i32) -> Self
pub fn utran_cid(self, input: i32) -> Self
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
This field is required.sourcepub fn set_utran_cid(self, input: Option<i32>) -> Self
pub fn set_utran_cid(self, input: Option<i32>) -> Self
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
sourcepub fn get_utran_cid(&self) -> &Option<i32>
pub fn get_utran_cid(&self) -> &Option<i32>
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
sourcepub fn wcdma_local_id(self, input: WcdmaLocalId) -> Self
pub fn wcdma_local_id(self, input: WcdmaLocalId) -> Self
WCDMA local ID information.
sourcepub fn set_wcdma_local_id(self, input: Option<WcdmaLocalId>) -> Self
pub fn set_wcdma_local_id(self, input: Option<WcdmaLocalId>) -> Self
WCDMA local ID information.
sourcepub fn get_wcdma_local_id(&self) -> &Option<WcdmaLocalId>
pub fn get_wcdma_local_id(&self) -> &Option<WcdmaLocalId>
WCDMA local ID information.
sourcepub fn set_rscp(self, input: Option<i32>) -> Self
pub fn set_rscp(self, input: Option<i32>) -> Self
Received Signal Code Power (signal power) (dBm).
sourcepub fn path_loss(self, input: i32) -> Self
pub fn path_loss(self, input: i32) -> Self
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
sourcepub fn set_path_loss(self, input: Option<i32>) -> Self
pub fn set_path_loss(self, input: Option<i32>) -> Self
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
sourcepub fn get_path_loss(&self) -> &Option<i32>
pub fn get_path_loss(&self) -> &Option<i32>
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
sourcepub fn wcdma_nmr(self, input: WcdmaNmrObj) -> Self
pub fn wcdma_nmr(self, input: WcdmaNmrObj) -> Self
Appends an item to wcdma_nmr.
To override the contents of this collection use set_wcdma_nmr.
WCDMA object for network measurement reports.
sourcepub fn set_wcdma_nmr(self, input: Option<Vec<WcdmaNmrObj>>) -> Self
pub fn set_wcdma_nmr(self, input: Option<Vec<WcdmaNmrObj>>) -> Self
WCDMA object for network measurement reports.
sourcepub fn get_wcdma_nmr(&self) -> &Option<Vec<WcdmaNmrObj>>
pub fn get_wcdma_nmr(&self) -> &Option<Vec<WcdmaNmrObj>>
WCDMA object for network measurement reports.
Trait Implementations§
source§impl Clone for WcdmaObjBuilder
impl Clone for WcdmaObjBuilder
source§fn clone(&self) -> WcdmaObjBuilder
fn clone(&self) -> WcdmaObjBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for WcdmaObjBuilder
impl Debug for WcdmaObjBuilder
source§impl Default for WcdmaObjBuilder
impl Default for WcdmaObjBuilder
source§fn default() -> WcdmaObjBuilder
fn default() -> WcdmaObjBuilder
source§impl PartialEq for WcdmaObjBuilder
impl PartialEq for WcdmaObjBuilder
impl StructuralPartialEq for WcdmaObjBuilder
Auto Trait Implementations§
impl Freeze for WcdmaObjBuilder
impl RefUnwindSafe for WcdmaObjBuilder
impl Send for WcdmaObjBuilder
impl Sync for WcdmaObjBuilder
impl Unpin for WcdmaObjBuilder
impl UnwindSafe for WcdmaObjBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more