@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()
The number of applications discovered.
|
CustomerConnectorInfo |
getConnectorSummary()
Details about discovered connectors, including connector 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 |
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 |
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; useful for testing and debugging.
|
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 |
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 String toString()
toString
in class Object
Object.toString()
public GetDiscoverySummaryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.