Struct aws_sdk_iotwireless::types::builders::DimensionBuilder
source · #[non_exhaustive]pub struct DimensionBuilder { /* private fields */ }Expand description
A builder for Dimension.
Implementations§
source§impl DimensionBuilder
impl DimensionBuilder
sourcepub fn name(self, input: DimensionName) -> Self
pub fn name(self, input: DimensionName) -> Self
The name of the dimension.
sourcepub fn set_name(self, input: Option<DimensionName>) -> Self
pub fn set_name(self, input: Option<DimensionName>) -> Self
The name of the dimension.
sourcepub fn get_name(&self) -> &Option<DimensionName>
pub fn get_name(&self) -> &Option<DimensionName>
The name of the dimension.
Trait Implementations§
source§impl Clone for DimensionBuilder
impl Clone for DimensionBuilder
source§fn clone(&self) -> DimensionBuilder
fn clone(&self) -> DimensionBuilder
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 DimensionBuilder
impl Debug for DimensionBuilder
source§impl Default for DimensionBuilder
impl Default for DimensionBuilder
source§fn default() -> DimensionBuilder
fn default() -> DimensionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DimensionBuilder
impl PartialEq for DimensionBuilder
source§fn eq(&self, other: &DimensionBuilder) -> bool
fn eq(&self, other: &DimensionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DimensionBuilder
Auto Trait Implementations§
impl Freeze for DimensionBuilder
impl RefUnwindSafe for DimensionBuilder
impl Send for DimensionBuilder
impl Sync for DimensionBuilder
impl Unpin for DimensionBuilder
impl UnwindSafe for DimensionBuilder
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.