@Generated(value="software.amazon.awssdk:codegen") public final class CustomerMeCollectorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>
The inventory data for installed Migration Evaluator collectors.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerMeCollectorInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
activeMeCollectors()
The number of active Migration Evaluator collectors.
|
static CustomerMeCollectorInfo.Builder |
builder() |
Integer |
denyListedMeCollectors()
The number of deny-listed Migration Evaluator collectors.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
healthyMeCollectors()
The number of healthy Migration Evaluator collectors.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomerMeCollectorInfo.Builder> |
serializableBuilderClass() |
Integer |
shutdownMeCollectors()
The number of Migration Evaluator collectors with
SHUTDOWN status. |
CustomerMeCollectorInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalMeCollectors()
The total number of Migration Evaluator collectors.
|
Integer |
unhealthyMeCollectors()
The number of unhealthy Migration Evaluator collectors.
|
Integer |
unknownMeCollectors()
The number of unknown Migration Evaluator collectors.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer activeMeCollectors()
The number of active Migration Evaluator collectors.
public final Integer healthyMeCollectors()
The number of healthy Migration Evaluator collectors.
public final Integer denyListedMeCollectors()
The number of deny-listed Migration Evaluator collectors.
public final Integer shutdownMeCollectors()
The number of Migration Evaluator collectors with SHUTDOWN status.
SHUTDOWN status.public final Integer unhealthyMeCollectors()
The number of unhealthy Migration Evaluator collectors.
public final Integer totalMeCollectors()
The total number of Migration Evaluator collectors.
public final Integer unknownMeCollectors()
The number of unknown Migration Evaluator collectors.
public CustomerMeCollectorInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>public static CustomerMeCollectorInfo.Builder builder()
public static Class<? extends CustomerMeCollectorInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.