Class GetDiscoverySummaryResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse
-
- software.amazon.awssdk.services.applicationdiscovery.model.GetDiscoverySummaryResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetDiscoverySummaryResponse extends ApplicationDiscoveryResponse implements ToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetDiscoverySummaryResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerAgentlessCollectorInfoagentlessCollectorSummary()Details about Agentless Collector collectors, including status.CustomerAgentInfoagentSummary()Details about discovered agents, including agent status and health.Longapplications()The number of applications discovered.static GetDiscoverySummaryResponse.Builderbuilder()CustomerConnectorInfoconnectorSummary()Details about discovered connectors, including connector status and health.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CustomerMeCollectorInfomeCollectorSummary()Details about Migration Evaluator collectors, including collector status and health.List<SdkField<?>>sdkFields()static Class<? extends GetDiscoverySummaryResponse.Builder>serializableBuilderClass()Longservers()The number of servers discovered.LongserversMappedToApplications()The number of servers mapped to applications.LongserversMappedtoTags()The number of servers mapped to tags.GetDiscoverySummaryResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
servers
public final Long servers()
The number of servers discovered.
- Returns:
- The number of servers discovered.
-
applications
public final Long applications()
The number of applications discovered.
- Returns:
- The number of applications discovered.
-
serversMappedToApplications
public final Long serversMappedToApplications()
The number of servers mapped to applications.
- Returns:
- The number of servers mapped to applications.
-
serversMappedtoTags
public final Long serversMappedtoTags()
The number of servers mapped to tags.
- Returns:
- The number of servers mapped to tags.
-
agentSummary
public final CustomerAgentInfo agentSummary()
Details about discovered agents, including agent status and health.
- Returns:
- Details about discovered agents, including agent status and health.
-
connectorSummary
public final CustomerConnectorInfo connectorSummary()
Details about discovered connectors, including connector status and health.
- Returns:
- Details about discovered connectors, including connector status and health.
-
meCollectorSummary
public final CustomerMeCollectorInfo meCollectorSummary()
Details about Migration Evaluator collectors, including collector status and health.
- Returns:
- Details about Migration Evaluator collectors, including collector status and health.
-
agentlessCollectorSummary
public final CustomerAgentlessCollectorInfo agentlessCollectorSummary()
Details about Agentless Collector collectors, including status.
- Returns:
- Details about Agentless Collector collectors, including status.
-
toBuilder
public GetDiscoverySummaryResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetDiscoverySummaryResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetDiscoverySummaryResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-