@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) |
CustomerAgentInfo |
getAgentSummary()
Details about discovered agents, including agent status and health.
|
Long |
getApplications()
Number of applications discovered.
|
CustomerConnectorInfo |
getConnectorSummary()
Details about discovered connectors, including connector status and health.
|
Long |
getServers()
Number of servers discovered.
|
Long |
getServersMappedToApplications()
Number of servers mapped to applications.
|
Long |
getServersMappedtoTags()
Number of servers mapped to tags.
|
int |
hashCode() |
void |
setAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
void |
setApplications(Long applications)
Number of applications discovered.
|
void |
setConnectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
|
void |
setServers(Long servers)
Number of servers discovered.
|
void |
setServersMappedToApplications(Long serversMappedToApplications)
Number of servers mapped to applications.
|
void |
setServersMappedtoTags(Long serversMappedtoTags)
Number of servers mapped to tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDiscoverySummaryResult |
withAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResult |
withApplications(Long applications)
Number of applications discovered.
|
GetDiscoverySummaryResult |
withConnectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
|
GetDiscoverySummaryResult |
withServers(Long servers)
Number of servers discovered.
|
GetDiscoverySummaryResult |
withServersMappedToApplications(Long serversMappedToApplications)
Number of servers mapped to applications.
|
GetDiscoverySummaryResult |
withServersMappedtoTags(Long serversMappedtoTags)
Number of servers mapped to tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServers(Long servers)
Number of servers discovered.
servers
- Number of servers discovered.public Long getServers()
Number of servers discovered.
public GetDiscoverySummaryResult withServers(Long servers)
Number of servers discovered.
servers
- Number of servers discovered.public void setApplications(Long applications)
Number of applications discovered.
applications
- Number of applications discovered.public Long getApplications()
Number of applications discovered.
public GetDiscoverySummaryResult withApplications(Long applications)
Number of applications discovered.
applications
- Number of applications discovered.public void setServersMappedToApplications(Long serversMappedToApplications)
Number of servers mapped to applications.
serversMappedToApplications
- Number of servers mapped to applications.public Long getServersMappedToApplications()
Number of servers mapped to applications.
public GetDiscoverySummaryResult withServersMappedToApplications(Long serversMappedToApplications)
Number of servers mapped to applications.
serversMappedToApplications
- Number of servers mapped to applications.public void setServersMappedtoTags(Long serversMappedtoTags)
Number of servers mapped to tags.
serversMappedtoTags
- Number of servers mapped to tags.public Long getServersMappedtoTags()
Number of servers mapped to tags.
public GetDiscoverySummaryResult withServersMappedtoTags(Long serversMappedtoTags)
Number of servers mapped to tags.
serversMappedtoTags
- 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 String toString()
toString
in class Object
Object.toString()
public GetDiscoverySummaryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.