Struct aws_sdk_iotwireless::operation::get_metric_configuration::builders::GetMetricConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetMetricConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for GetMetricConfigurationOutput.
Implementations§
source§impl GetMetricConfigurationOutputBuilder
impl GetMetricConfigurationOutputBuilder
sourcepub fn summary_metric(self, input: SummaryMetricConfiguration) -> Self
pub fn summary_metric(self, input: SummaryMetricConfiguration) -> Self
The account's configuration status for summary metric aggregation.
sourcepub fn set_summary_metric(
self,
input: Option<SummaryMetricConfiguration>
) -> Self
pub fn set_summary_metric( self, input: Option<SummaryMetricConfiguration> ) -> Self
The account's configuration status for summary metric aggregation.
sourcepub fn get_summary_metric(&self) -> &Option<SummaryMetricConfiguration>
pub fn get_summary_metric(&self) -> &Option<SummaryMetricConfiguration>
The account's configuration status for summary metric aggregation.
sourcepub fn build(self) -> GetMetricConfigurationOutput
pub fn build(self) -> GetMetricConfigurationOutput
Consumes the builder and constructs a GetMetricConfigurationOutput.
Trait Implementations§
source§impl Clone for GetMetricConfigurationOutputBuilder
impl Clone for GetMetricConfigurationOutputBuilder
source§fn clone(&self) -> GetMetricConfigurationOutputBuilder
fn clone(&self) -> GetMetricConfigurationOutputBuilder
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 GetMetricConfigurationOutputBuilder
impl Default for GetMetricConfigurationOutputBuilder
source§fn default() -> GetMetricConfigurationOutputBuilder
fn default() -> GetMetricConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetMetricConfigurationOutputBuilder
impl PartialEq for GetMetricConfigurationOutputBuilder
source§fn eq(&self, other: &GetMetricConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetMetricConfigurationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetMetricConfigurationOutputBuilder
Auto Trait Implementations§
impl Freeze for GetMetricConfigurationOutputBuilder
impl RefUnwindSafe for GetMetricConfigurationOutputBuilder
impl Send for GetMetricConfigurationOutputBuilder
impl Sync for GetMetricConfigurationOutputBuilder
impl Unpin for GetMetricConfigurationOutputBuilder
impl UnwindSafe for GetMetricConfigurationOutputBuilder
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.