@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDiscoverySummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDiscoverySummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetDiscoverySummaryResult |
clone() |
boolean |
equals(Object obj) |
CustomerAgentlessCollectorInfo |
getAgentlessCollectorSummary()
Details about Agentless Collector collectors, including status.
|
CustomerAgentInfo |
getAgentSummary()
Details about discovered agents, including agent status and health.
|
Long |
getApplications()
The number of applications discovered.
|
CustomerConnectorInfo |
getConnectorSummary()
Details about discovered connectors, including connector status and health.
|
CustomerMeCollectorInfo |
getMeCollectorSummary()
Details about Migration Evaluator collectors, including collector status and health.
|
Long |
getServers()
The number of servers discovered.
|
Long |
getServersMappedToApplications()
The number of servers mapped to applications.
|
Long |
getServersMappedtoTags()
The number of servers mapped to tags.
|
int |
hashCode() |
void |
setAgentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
|
void |
setAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
void |
setApplications(Long applications)
The number of applications discovered.
|
void |
setConnectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
|
void |
setMeCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
|
void |
setServers(Long servers)
The number of servers discovered.
|
void |
setServersMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
|
void |
setServersMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
|
String |
toString()
Returns a string representation of this object.
|
GetDiscoverySummaryResult |
withAgentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
|
GetDiscoverySummaryResult |
withAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResult |
withApplications(Long applications)
The number of applications discovered.
|
GetDiscoverySummaryResult |
withConnectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
|
GetDiscoverySummaryResult |
withMeCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
|
GetDiscoverySummaryResult |
withServers(Long servers)
The number of servers discovered.
|
GetDiscoverySummaryResult |
withServersMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
|
GetDiscoverySummaryResult |
withServersMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServers(Long servers)
The number of servers discovered.
servers
- The number of servers discovered.public Long getServers()
The number of servers discovered.
public GetDiscoverySummaryResult withServers(Long servers)
The number of servers discovered.
servers
- The number of servers discovered.public void setApplications(Long applications)
The number of applications discovered.
applications
- The number of applications discovered.public Long getApplications()
The number of applications discovered.
public GetDiscoverySummaryResult withApplications(Long applications)
The number of applications discovered.
applications
- The number of applications discovered.public void setServersMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
serversMappedToApplications
- The number of servers mapped to applications.public Long getServersMappedToApplications()
The number of servers mapped to applications.
public GetDiscoverySummaryResult withServersMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
serversMappedToApplications
- The number of servers mapped to applications.public void setServersMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
serversMappedtoTags
- The number of servers mapped to tags.public Long getServersMappedtoTags()
The number of servers mapped to tags.
public GetDiscoverySummaryResult withServersMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
serversMappedtoTags
- The number of servers mapped to tags.public void setAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
agentSummary
- Details about discovered agents, including agent status and health.public CustomerAgentInfo getAgentSummary()
Details about discovered agents, including agent status and health.
public GetDiscoverySummaryResult withAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
agentSummary
- Details about discovered agents, including agent status and health.public void setConnectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
connectorSummary
- Details about discovered connectors, including connector status and health.public CustomerConnectorInfo getConnectorSummary()
Details about discovered connectors, including connector status and health.
public GetDiscoverySummaryResult withConnectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
connectorSummary
- Details about discovered connectors, including connector status and health.public void setMeCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
meCollectorSummary
- Details about Migration Evaluator collectors, including collector status and health.public CustomerMeCollectorInfo getMeCollectorSummary()
Details about Migration Evaluator collectors, including collector status and health.
public GetDiscoverySummaryResult withMeCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
meCollectorSummary
- Details about Migration Evaluator collectors, including collector status and health.public void setAgentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
agentlessCollectorSummary
- Details about Agentless Collector collectors, including status.public CustomerAgentlessCollectorInfo getAgentlessCollectorSummary()
Details about Agentless Collector collectors, including status.
public GetDiscoverySummaryResult withAgentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
agentlessCollectorSummary
- Details about Agentless Collector collectors, including status.public String toString()
toString
in class Object
Object.toString()
public GetDiscoverySummaryResult clone()