Struct aws_sdk_applicationdiscovery::operation::start_data_collection_by_agent_ids::builders::StartDataCollectionByAgentIdsOutputBuilder
source · #[non_exhaustive]pub struct StartDataCollectionByAgentIdsOutputBuilder { /* private fields */ }Expand description
A builder for StartDataCollectionByAgentIdsOutput.
Implementations§
source§impl StartDataCollectionByAgentIdsOutputBuilder
impl StartDataCollectionByAgentIdsOutputBuilder
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 agents that were instructed to start 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 agents that were instructed to start 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 agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
sourcepub fn build(self) -> StartDataCollectionByAgentIdsOutput
pub fn build(self) -> StartDataCollectionByAgentIdsOutput
Consumes the builder and constructs a StartDataCollectionByAgentIdsOutput.
Trait Implementations§
source§impl Clone for StartDataCollectionByAgentIdsOutputBuilder
impl Clone for StartDataCollectionByAgentIdsOutputBuilder
source§fn clone(&self) -> StartDataCollectionByAgentIdsOutputBuilder
fn clone(&self) -> StartDataCollectionByAgentIdsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for StartDataCollectionByAgentIdsOutputBuilder
impl Default for StartDataCollectionByAgentIdsOutputBuilder
source§fn default() -> StartDataCollectionByAgentIdsOutputBuilder
fn default() -> StartDataCollectionByAgentIdsOutputBuilder
source§impl PartialEq for StartDataCollectionByAgentIdsOutputBuilder
impl PartialEq for StartDataCollectionByAgentIdsOutputBuilder
source§fn eq(&self, other: &StartDataCollectionByAgentIdsOutputBuilder) -> bool
fn eq(&self, other: &StartDataCollectionByAgentIdsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartDataCollectionByAgentIdsOutputBuilder
Auto Trait Implementations§
impl Freeze for StartDataCollectionByAgentIdsOutputBuilder
impl RefUnwindSafe for StartDataCollectionByAgentIdsOutputBuilder
impl Send for StartDataCollectionByAgentIdsOutputBuilder
impl Sync for StartDataCollectionByAgentIdsOutputBuilder
impl Unpin for StartDataCollectionByAgentIdsOutputBuilder
impl UnwindSafe for StartDataCollectionByAgentIdsOutputBuilder
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