#[non_exhaustive]pub struct InstanceAggregatedAssociationOverviewBuilder { /* private fields */ }Expand description
A builder for InstanceAggregatedAssociationOverview.
Implementations§
source§impl InstanceAggregatedAssociationOverviewBuilder
impl InstanceAggregatedAssociationOverviewBuilder
sourcepub fn detailed_status(self, input: impl Into<String>) -> Self
pub fn detailed_status(self, input: impl Into<String>) -> Self
Detailed status information about the aggregated associations.
sourcepub fn set_detailed_status(self, input: Option<String>) -> Self
pub fn set_detailed_status(self, input: Option<String>) -> Self
Detailed status information about the aggregated associations.
sourcepub fn get_detailed_status(&self) -> &Option<String>
pub fn get_detailed_status(&self) -> &Option<String>
Detailed status information about the aggregated associations.
sourcepub fn instance_association_status_aggregated_count(
self,
k: impl Into<String>,
v: i32
) -> Self
pub fn instance_association_status_aggregated_count( self, k: impl Into<String>, v: i32 ) -> Self
Adds a key-value pair to instance_association_status_aggregated_count.
To override the contents of this collection use set_instance_association_status_aggregated_count.
The number of associations for the managed node(s).
sourcepub fn set_instance_association_status_aggregated_count(
self,
input: Option<HashMap<String, i32>>
) -> Self
pub fn set_instance_association_status_aggregated_count( self, input: Option<HashMap<String, i32>> ) -> Self
The number of associations for the managed node(s).
sourcepub fn get_instance_association_status_aggregated_count(
&self
) -> &Option<HashMap<String, i32>>
pub fn get_instance_association_status_aggregated_count( &self ) -> &Option<HashMap<String, i32>>
The number of associations for the managed node(s).
sourcepub fn build(self) -> InstanceAggregatedAssociationOverview
pub fn build(self) -> InstanceAggregatedAssociationOverview
Consumes the builder and constructs a InstanceAggregatedAssociationOverview.
Trait Implementations§
source§impl Clone for InstanceAggregatedAssociationOverviewBuilder
impl Clone for InstanceAggregatedAssociationOverviewBuilder
source§fn clone(&self) -> InstanceAggregatedAssociationOverviewBuilder
fn clone(&self) -> InstanceAggregatedAssociationOverviewBuilder
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 InstanceAggregatedAssociationOverviewBuilder
impl Default for InstanceAggregatedAssociationOverviewBuilder
source§fn default() -> InstanceAggregatedAssociationOverviewBuilder
fn default() -> InstanceAggregatedAssociationOverviewBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<InstanceAggregatedAssociationOverviewBuilder> for InstanceAggregatedAssociationOverviewBuilder
impl PartialEq<InstanceAggregatedAssociationOverviewBuilder> for InstanceAggregatedAssociationOverviewBuilder
source§fn eq(&self, other: &InstanceAggregatedAssociationOverviewBuilder) -> bool
fn eq(&self, other: &InstanceAggregatedAssociationOverviewBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InstanceAggregatedAssociationOverviewBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InstanceAggregatedAssociationOverviewBuilder
impl Send for InstanceAggregatedAssociationOverviewBuilder
impl Sync for InstanceAggregatedAssociationOverviewBuilder
impl Unpin for InstanceAggregatedAssociationOverviewBuilder
impl UnwindSafe for InstanceAggregatedAssociationOverviewBuilder
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