Class CustomerMeCollectorInfo
- java.lang.Object
-
- software.amazon.awssdk.services.applicationdiscovery.model.CustomerMeCollectorInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomerMeCollectorInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegeractiveMeCollectors()The number of active Migration Evaluator collectors.static CustomerMeCollectorInfo.Builderbuilder()IntegerdenyListedMeCollectors()The number of deny-listed Migration Evaluator collectors.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerhealthyMeCollectors()The number of healthy Migration Evaluator collectors.List<SdkField<?>>sdkFields()static Class<? extends CustomerMeCollectorInfo.Builder>serializableBuilderClass()IntegershutdownMeCollectors()The number of Migration Evaluator collectors withSHUTDOWNstatus.CustomerMeCollectorInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalMeCollectors()The total number of Migration Evaluator collectors.IntegerunhealthyMeCollectors()The number of unhealthy Migration Evaluator collectors.IntegerunknownMeCollectors()The number of unknown Migration Evaluator collectors.-
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
-
activeMeCollectors
public final Integer activeMeCollectors()
The number of active Migration Evaluator collectors.
- Returns:
- The number of active Migration Evaluator collectors.
-
healthyMeCollectors
public final Integer healthyMeCollectors()
The number of healthy Migration Evaluator collectors.
- Returns:
- The number of healthy Migration Evaluator collectors.
-
denyListedMeCollectors
public final Integer denyListedMeCollectors()
The number of deny-listed Migration Evaluator collectors.
- Returns:
- The number of deny-listed Migration Evaluator collectors.
-
shutdownMeCollectors
public final Integer shutdownMeCollectors()
The number of Migration Evaluator collectors with
SHUTDOWNstatus.- Returns:
- The number of Migration Evaluator collectors with
SHUTDOWNstatus.
-
unhealthyMeCollectors
public final Integer unhealthyMeCollectors()
The number of unhealthy Migration Evaluator collectors.
- Returns:
- The number of unhealthy Migration Evaluator collectors.
-
totalMeCollectors
public final Integer totalMeCollectors()
The total number of Migration Evaluator collectors.
- Returns:
- The total number of Migration Evaluator collectors.
-
unknownMeCollectors
public final Integer unknownMeCollectors()
The number of unknown Migration Evaluator collectors.
- Returns:
- The number of unknown Migration Evaluator collectors.
-
toBuilder
public CustomerMeCollectorInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>
-
builder
public static CustomerMeCollectorInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomerMeCollectorInfo.Builder> serializableBuilderClass()
-
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.
-
-