@Generated(value="software.amazon.awssdk:codegen") public final class GetDiscoverySummaryResponse extends ApplicationDiscoveryResponse implements ToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDiscoverySummaryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
CustomerAgentInfo |
agentSummary()
Details about discovered agents, including agent status and health.
|
Long |
applications()
The number of applications discovered.
|
static GetDiscoverySummaryResponse.Builder |
builder() |
CustomerConnectorInfo |
connectorSummary()
Details about discovered connectors, including connector status and health.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDiscoverySummaryResponse.Builder> |
serializableBuilderClass() |
Long |
servers()
The number of servers discovered.
|
Long |
serversMappedToApplications()
The number of servers mapped to applications.
|
Long |
serversMappedtoTags()
The number of servers mapped to tags.
|
GetDiscoverySummaryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long servers()
The number of servers discovered.
public Long applications()
The number of applications discovered.
public Long serversMappedToApplications()
The number of servers mapped to applications.
public Long serversMappedtoTags()
The number of servers mapped to tags.
public CustomerAgentInfo agentSummary()
Details about discovered agents, including agent status and health.
public CustomerConnectorInfo connectorSummary()
Details about discovered connectors, including connector status and health.
public GetDiscoverySummaryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>toBuilder in class AwsResponsepublic static GetDiscoverySummaryResponse.Builder builder()
public static Class<? extends GetDiscoverySummaryResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.