Struct aws_sdk_applicationdiscovery::operation::stop_data_collection_by_agent_ids::builders::StopDataCollectionByAgentIdsOutputBuilder
source · #[non_exhaustive]pub struct StopDataCollectionByAgentIdsOutputBuilder { /* private fields */ }Expand description
A builder for StopDataCollectionByAgentIdsOutput.
Implementations§
source§impl StopDataCollectionByAgentIdsOutputBuilder
impl StopDataCollectionByAgentIdsOutputBuilder
sourcepub fn agents_configuration_status(
self,
input: AgentConfigurationStatus
) -> Self
pub fn agents_configuration_status( self, input: AgentConfigurationStatus ) -> Self
Appends an item to agents_configuration_status.
To override the contents of this collection use set_agents_configuration_status.
Information about the agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
sourcepub fn set_agents_configuration_status(
self,
input: Option<Vec<AgentConfigurationStatus>>
) -> Self
pub fn set_agents_configuration_status( self, input: Option<Vec<AgentConfigurationStatus>> ) -> Self
Information about the agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
sourcepub fn get_agents_configuration_status(
&self
) -> &Option<Vec<AgentConfigurationStatus>>
pub fn get_agents_configuration_status( &self ) -> &Option<Vec<AgentConfigurationStatus>>
Information about the agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
sourcepub fn build(self) -> StopDataCollectionByAgentIdsOutput
pub fn build(self) -> StopDataCollectionByAgentIdsOutput
Consumes the builder and constructs a StopDataCollectionByAgentIdsOutput.
Trait Implementations§
source§impl Clone for StopDataCollectionByAgentIdsOutputBuilder
impl Clone for StopDataCollectionByAgentIdsOutputBuilder
source§fn clone(&self) -> StopDataCollectionByAgentIdsOutputBuilder
fn clone(&self) -> StopDataCollectionByAgentIdsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for StopDataCollectionByAgentIdsOutputBuilder
impl Default for StopDataCollectionByAgentIdsOutputBuilder
source§fn default() -> StopDataCollectionByAgentIdsOutputBuilder
fn default() -> StopDataCollectionByAgentIdsOutputBuilder
source§impl PartialEq for StopDataCollectionByAgentIdsOutputBuilder
impl PartialEq for StopDataCollectionByAgentIdsOutputBuilder
source§fn eq(&self, other: &StopDataCollectionByAgentIdsOutputBuilder) -> bool
fn eq(&self, other: &StopDataCollectionByAgentIdsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.