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
source§fn eq(&self, other: &WcdmaObjBuilder) -> bool
fn eq(&self, other: &WcdmaObjBuilder) -> bool
self and other values to be equal, and is used
by ==.