@Generated(value="software.amazon.awssdk:codegen") public final class CustomerConnectorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerConnectorInfo.Builder,CustomerConnectorInfo>
Inventory data for installed discovery connectors.
Modifier and Type | Class and Description |
---|---|
static interface |
CustomerConnectorInfo.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
activeConnectors()
Number of active discovery connectors.
|
Integer |
blackListedConnectors()
Number of blacklisted discovery connectors.
|
static CustomerConnectorInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
healthyConnectors()
Number of healthy discovery connectors.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomerConnectorInfo.Builder> |
serializableBuilderClass() |
Integer |
shutdownConnectors()
Number of discovery connectors with status SHUTDOWN,
|
CustomerConnectorInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
Integer |
totalConnectors()
Total number of discovery connectors.
|
Integer |
unhealthyConnectors()
Number of unhealthy discovery connectors.
|
Integer |
unknownConnectors()
Number of unknown discovery connectors.
|
copy
public final Integer activeConnectors()
Number of active discovery connectors.
public final Integer healthyConnectors()
Number of healthy discovery connectors.
public final Integer blackListedConnectors()
Number of blacklisted discovery connectors.
public final Integer shutdownConnectors()
Number of discovery connectors with status SHUTDOWN,
public final Integer unhealthyConnectors()
Number of unhealthy discovery connectors.
public final Integer totalConnectors()
Total number of discovery connectors.
public final Integer unknownConnectors()
Number of unknown discovery connectors.
public CustomerConnectorInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CustomerConnectorInfo.Builder,CustomerConnectorInfo>
public static CustomerConnectorInfo.Builder builder()
public static Class<? extends CustomerConnectorInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()