#[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 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 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 ==.