Struct aws_sdk_pi::operation::get_dimension_key_details::builders::GetDimensionKeyDetailsOutputBuilder
source · #[non_exhaustive]pub struct GetDimensionKeyDetailsOutputBuilder { /* private fields */ }
Expand description
A builder for GetDimensionKeyDetailsOutput
.
Implementations§
source§impl GetDimensionKeyDetailsOutputBuilder
impl GetDimensionKeyDetailsOutputBuilder
sourcepub fn dimensions(self, input: DimensionKeyDetail) -> Self
pub fn dimensions(self, input: DimensionKeyDetail) -> Self
Appends an item to dimensions
.
To override the contents of this collection use set_dimensions
.
The details for the requested dimensions.
sourcepub fn set_dimensions(self, input: Option<Vec<DimensionKeyDetail>>) -> Self
pub fn set_dimensions(self, input: Option<Vec<DimensionKeyDetail>>) -> Self
The details for the requested dimensions.
sourcepub fn get_dimensions(&self) -> &Option<Vec<DimensionKeyDetail>>
pub fn get_dimensions(&self) -> &Option<Vec<DimensionKeyDetail>>
The details for the requested dimensions.
sourcepub fn build(self) -> GetDimensionKeyDetailsOutput
pub fn build(self) -> GetDimensionKeyDetailsOutput
Consumes the builder and constructs a GetDimensionKeyDetailsOutput
.
Trait Implementations§
source§impl Clone for GetDimensionKeyDetailsOutputBuilder
impl Clone for GetDimensionKeyDetailsOutputBuilder
source§fn clone(&self) -> GetDimensionKeyDetailsOutputBuilder
fn clone(&self) -> GetDimensionKeyDetailsOutputBuilder
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 Default for GetDimensionKeyDetailsOutputBuilder
impl Default for GetDimensionKeyDetailsOutputBuilder
source§fn default() -> GetDimensionKeyDetailsOutputBuilder
fn default() -> GetDimensionKeyDetailsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDimensionKeyDetailsOutputBuilder
impl PartialEq for GetDimensionKeyDetailsOutputBuilder
source§fn eq(&self, other: &GetDimensionKeyDetailsOutputBuilder) -> bool
fn eq(&self, other: &GetDimensionKeyDetailsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetDimensionKeyDetailsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetDimensionKeyDetailsOutputBuilder
impl RefUnwindSafe for GetDimensionKeyDetailsOutputBuilder
impl Send for GetDimensionKeyDetailsOutputBuilder
impl Sync for GetDimensionKeyDetailsOutputBuilder
impl Unpin for GetDimensionKeyDetailsOutputBuilder
impl UnwindSafe for GetDimensionKeyDetailsOutputBuilder
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.