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 ==.impl StructuralPartialEq for StopDataCollectionByAgentIdsOutputBuilder
Auto Trait Implementations§
impl Freeze for StopDataCollectionByAgentIdsOutputBuilder
impl RefUnwindSafe for StopDataCollectionByAgentIdsOutputBuilder
impl Send for StopDataCollectionByAgentIdsOutputBuilder
impl Sync for StopDataCollectionByAgentIdsOutputBuilder
impl Unpin for StopDataCollectionByAgentIdsOutputBuilder
impl UnwindSafe for StopDataCollectionByAgentIdsOutputBuilder
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
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more