@Generated(value="software.amazon.awssdk:codegen") public final class CustomerConnectorInfo extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
healthyConnectors()
Number of healthy discovery connectors.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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() |
Integer |
totalConnectors()
Total number of discovery connectors.
|
Integer |
unhealthyConnectors()
Number of unhealthy discovery connectors.
|
Integer |
unknownConnectors()
Number of unknown discovery connectors.
|
copy
public Integer activeConnectors()
Number of active discovery connectors.
public Integer healthyConnectors()
Number of healthy discovery connectors.
public Integer blackListedConnectors()
Number of blacklisted discovery connectors.
public Integer shutdownConnectors()
Number of discovery connectors with status SHUTDOWN,
public Integer unhealthyConnectors()
Number of unhealthy discovery connectors.
public Integer totalConnectors()
Total number of discovery connectors.
public 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 void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.