ToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDiscoverySummaryResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDiscoverySummaryResponse.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
public static GetDiscoverySummaryResponse.Builder builder()
public static Class<? extends GetDiscoverySummaryResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.