Struct aws_sdk_config::operation::put_configuration_aggregator::builders::PutConfigurationAggregatorOutputBuilder
source · #[non_exhaustive]pub struct PutConfigurationAggregatorOutputBuilder { /* private fields */ }Expand description
A builder for PutConfigurationAggregatorOutput.
Implementations§
source§impl PutConfigurationAggregatorOutputBuilder
impl PutConfigurationAggregatorOutputBuilder
sourcepub fn configuration_aggregator(self, input: ConfigurationAggregator) -> Self
pub fn configuration_aggregator(self, input: ConfigurationAggregator) -> Self
Returns a ConfigurationAggregator object.
sourcepub fn set_configuration_aggregator(
self,
input: Option<ConfigurationAggregator>
) -> Self
pub fn set_configuration_aggregator( self, input: Option<ConfigurationAggregator> ) -> Self
Returns a ConfigurationAggregator object.
sourcepub fn get_configuration_aggregator(&self) -> &Option<ConfigurationAggregator>
pub fn get_configuration_aggregator(&self) -> &Option<ConfigurationAggregator>
Returns a ConfigurationAggregator object.
sourcepub fn build(self) -> PutConfigurationAggregatorOutput
pub fn build(self) -> PutConfigurationAggregatorOutput
Consumes the builder and constructs a PutConfigurationAggregatorOutput.
Trait Implementations§
source§impl Clone for PutConfigurationAggregatorOutputBuilder
impl Clone for PutConfigurationAggregatorOutputBuilder
source§fn clone(&self) -> PutConfigurationAggregatorOutputBuilder
fn clone(&self) -> PutConfigurationAggregatorOutputBuilder
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 PutConfigurationAggregatorOutputBuilder
impl Default for PutConfigurationAggregatorOutputBuilder
source§fn default() -> PutConfigurationAggregatorOutputBuilder
fn default() -> PutConfigurationAggregatorOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutConfigurationAggregatorOutputBuilder
impl PartialEq for PutConfigurationAggregatorOutputBuilder
source§fn eq(&self, other: &PutConfigurationAggregatorOutputBuilder) -> bool
fn eq(&self, other: &PutConfigurationAggregatorOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutConfigurationAggregatorOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutConfigurationAggregatorOutputBuilder
impl Send for PutConfigurationAggregatorOutputBuilder
impl Sync for PutConfigurationAggregatorOutputBuilder
impl Unpin for PutConfigurationAggregatorOutputBuilder
impl UnwindSafe for PutConfigurationAggregatorOutputBuilder
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.