Struct aws_sdk_iotwireless::types::builders::CellTowersBuilder
source · #[non_exhaustive]pub struct CellTowersBuilder { /* private fields */ }Expand description
A builder for CellTowers.
Implementations§
source§impl CellTowersBuilder
impl CellTowersBuilder
sourcepub fn gsm(self, input: GsmObj) -> Self
pub fn gsm(self, input: GsmObj) -> Self
Appends an item to gsm.
To override the contents of this collection use set_gsm.
GSM object information.
sourcepub fn wcdma(self, input: WcdmaObj) -> Self
pub fn wcdma(self, input: WcdmaObj) -> Self
Appends an item to wcdma.
To override the contents of this collection use set_wcdma.
WCDMA object information.
sourcepub fn tdscdma(self, input: TdscdmaObj) -> Self
pub fn tdscdma(self, input: TdscdmaObj) -> Self
Appends an item to tdscdma.
To override the contents of this collection use set_tdscdma.
TD-SCDMA object information.
sourcepub fn set_tdscdma(self, input: Option<Vec<TdscdmaObj>>) -> Self
pub fn set_tdscdma(self, input: Option<Vec<TdscdmaObj>>) -> Self
TD-SCDMA object information.
sourcepub fn get_tdscdma(&self) -> &Option<Vec<TdscdmaObj>>
pub fn get_tdscdma(&self) -> &Option<Vec<TdscdmaObj>>
TD-SCDMA object information.
sourcepub fn lte(self, input: LteObj) -> Self
pub fn lte(self, input: LteObj) -> Self
Appends an item to lte.
To override the contents of this collection use set_lte.
LTE object information.
sourcepub fn cdma(self, input: CdmaObj) -> Self
pub fn cdma(self, input: CdmaObj) -> Self
Appends an item to cdma.
To override the contents of this collection use set_cdma.
CDMA object information.
sourcepub fn build(self) -> CellTowers
pub fn build(self) -> CellTowers
Consumes the builder and constructs a CellTowers.
Trait Implementations§
source§impl Clone for CellTowersBuilder
impl Clone for CellTowersBuilder
source§fn clone(&self) -> CellTowersBuilder
fn clone(&self) -> CellTowersBuilder
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 CellTowersBuilder
impl Debug for CellTowersBuilder
source§impl Default for CellTowersBuilder
impl Default for CellTowersBuilder
source§fn default() -> CellTowersBuilder
fn default() -> CellTowersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CellTowersBuilder
impl PartialEq for CellTowersBuilder
source§fn eq(&self, other: &CellTowersBuilder) -> bool
fn eq(&self, other: &CellTowersBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CellTowersBuilder
Auto Trait Implementations§
impl Freeze for CellTowersBuilder
impl RefUnwindSafe for CellTowersBuilder
impl Send for CellTowersBuilder
impl Sync for CellTowersBuilder
impl Unpin for CellTowersBuilder
impl UnwindSafe for CellTowersBuilder
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.