Struct aws_sdk_applicationdiscovery::operation::get_discovery_summary::builders::GetDiscoverySummaryOutputBuilder
source · #[non_exhaustive]pub struct GetDiscoverySummaryOutputBuilder { /* private fields */ }Expand description
A builder for GetDiscoverySummaryOutput.
Implementations§
source§impl GetDiscoverySummaryOutputBuilder
impl GetDiscoverySummaryOutputBuilder
sourcepub fn set_servers(self, input: Option<i64>) -> Self
pub fn set_servers(self, input: Option<i64>) -> Self
The number of servers discovered.
sourcepub fn get_servers(&self) -> &Option<i64>
pub fn get_servers(&self) -> &Option<i64>
The number of servers discovered.
sourcepub fn applications(self, input: i64) -> Self
pub fn applications(self, input: i64) -> Self
The number of applications discovered.
sourcepub fn set_applications(self, input: Option<i64>) -> Self
pub fn set_applications(self, input: Option<i64>) -> Self
The number of applications discovered.
sourcepub fn get_applications(&self) -> &Option<i64>
pub fn get_applications(&self) -> &Option<i64>
The number of applications discovered.
sourcepub fn servers_mapped_to_applications(self, input: i64) -> Self
pub fn servers_mapped_to_applications(self, input: i64) -> Self
The number of servers mapped to applications.
sourcepub fn set_servers_mapped_to_applications(self, input: Option<i64>) -> Self
pub fn set_servers_mapped_to_applications(self, input: Option<i64>) -> Self
The number of servers mapped to applications.
sourcepub fn get_servers_mapped_to_applications(&self) -> &Option<i64>
pub fn get_servers_mapped_to_applications(&self) -> &Option<i64>
The number of servers mapped to applications.
The number of servers mapped to tags.
The number of servers mapped to tags.
The number of servers mapped to tags.
sourcepub fn agent_summary(self, input: CustomerAgentInfo) -> Self
pub fn agent_summary(self, input: CustomerAgentInfo) -> Self
Details about discovered agents, including agent status and health.
sourcepub fn set_agent_summary(self, input: Option<CustomerAgentInfo>) -> Self
pub fn set_agent_summary(self, input: Option<CustomerAgentInfo>) -> Self
Details about discovered agents, including agent status and health.
sourcepub fn get_agent_summary(&self) -> &Option<CustomerAgentInfo>
pub fn get_agent_summary(&self) -> &Option<CustomerAgentInfo>
Details about discovered agents, including agent status and health.
sourcepub fn connector_summary(self, input: CustomerConnectorInfo) -> Self
pub fn connector_summary(self, input: CustomerConnectorInfo) -> Self
Details about discovered connectors, including connector status and health.
sourcepub fn set_connector_summary(self, input: Option<CustomerConnectorInfo>) -> Self
pub fn set_connector_summary(self, input: Option<CustomerConnectorInfo>) -> Self
Details about discovered connectors, including connector status and health.
sourcepub fn get_connector_summary(&self) -> &Option<CustomerConnectorInfo>
pub fn get_connector_summary(&self) -> &Option<CustomerConnectorInfo>
Details about discovered connectors, including connector status and health.
sourcepub fn me_collector_summary(self, input: CustomerMeCollectorInfo) -> Self
pub fn me_collector_summary(self, input: CustomerMeCollectorInfo) -> Self
Details about Migration Evaluator collectors, including collector status and health.
sourcepub fn set_me_collector_summary(
self,
input: Option<CustomerMeCollectorInfo>
) -> Self
pub fn set_me_collector_summary( self, input: Option<CustomerMeCollectorInfo> ) -> Self
Details about Migration Evaluator collectors, including collector status and health.
sourcepub fn get_me_collector_summary(&self) -> &Option<CustomerMeCollectorInfo>
pub fn get_me_collector_summary(&self) -> &Option<CustomerMeCollectorInfo>
Details about Migration Evaluator collectors, including collector status and health.
sourcepub fn agentless_collector_summary(
self,
input: CustomerAgentlessCollectorInfo
) -> Self
pub fn agentless_collector_summary( self, input: CustomerAgentlessCollectorInfo ) -> Self
Details about Agentless Collector collectors, including status.
sourcepub fn set_agentless_collector_summary(
self,
input: Option<CustomerAgentlessCollectorInfo>
) -> Self
pub fn set_agentless_collector_summary( self, input: Option<CustomerAgentlessCollectorInfo> ) -> Self
Details about Agentless Collector collectors, including status.
sourcepub fn get_agentless_collector_summary(
&self
) -> &Option<CustomerAgentlessCollectorInfo>
pub fn get_agentless_collector_summary( &self ) -> &Option<CustomerAgentlessCollectorInfo>
Details about Agentless Collector collectors, including status.
sourcepub fn build(self) -> GetDiscoverySummaryOutput
pub fn build(self) -> GetDiscoverySummaryOutput
Consumes the builder and constructs a GetDiscoverySummaryOutput.
Trait Implementations§
source§impl Clone for GetDiscoverySummaryOutputBuilder
impl Clone for GetDiscoverySummaryOutputBuilder
source§fn clone(&self) -> GetDiscoverySummaryOutputBuilder
fn clone(&self) -> GetDiscoverySummaryOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetDiscoverySummaryOutputBuilder
impl Default for GetDiscoverySummaryOutputBuilder
source§fn default() -> GetDiscoverySummaryOutputBuilder
fn default() -> GetDiscoverySummaryOutputBuilder
source§impl PartialEq for GetDiscoverySummaryOutputBuilder
impl PartialEq for GetDiscoverySummaryOutputBuilder
source§fn eq(&self, other: &GetDiscoverySummaryOutputBuilder) -> bool
fn eq(&self, other: &GetDiscoverySummaryOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.