@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomerConnectorInfo extends Object implements Serializable, Cloneable, StructuredPojo
Inventory data for installed discovery connectors.
Constructor and Description |
---|
CustomerConnectorInfo() |
Modifier and Type | Method and Description |
---|---|
CustomerConnectorInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getActiveConnectors()
Number of active discovery connectors.
|
Integer |
getBlackListedConnectors()
Number of blacklisted discovery connectors.
|
Integer |
getHealthyConnectors()
Number of healthy discovery connectors.
|
Integer |
getShutdownConnectors()
Number of discovery connectors with status SHUTDOWN,
|
Integer |
getTotalConnectors()
Total number of discovery connectors.
|
Integer |
getUnhealthyConnectors()
Number of unhealthy discovery connectors.
|
Integer |
getUnknownConnectors()
Number of unknown discovery connectors.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveConnectors(Integer activeConnectors)
Number of active discovery connectors.
|
void |
setBlackListedConnectors(Integer blackListedConnectors)
Number of blacklisted discovery connectors.
|
void |
setHealthyConnectors(Integer healthyConnectors)
Number of healthy discovery connectors.
|
void |
setShutdownConnectors(Integer shutdownConnectors)
Number of discovery connectors with status SHUTDOWN,
|
void |
setTotalConnectors(Integer totalConnectors)
Total number of discovery connectors.
|
void |
setUnhealthyConnectors(Integer unhealthyConnectors)
Number of unhealthy discovery connectors.
|
void |
setUnknownConnectors(Integer unknownConnectors)
Number of unknown discovery connectors.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CustomerConnectorInfo |
withActiveConnectors(Integer activeConnectors)
Number of active discovery connectors.
|
CustomerConnectorInfo |
withBlackListedConnectors(Integer blackListedConnectors)
Number of blacklisted discovery connectors.
|
CustomerConnectorInfo |
withHealthyConnectors(Integer healthyConnectors)
Number of healthy discovery connectors.
|
CustomerConnectorInfo |
withShutdownConnectors(Integer shutdownConnectors)
Number of discovery connectors with status SHUTDOWN,
|
CustomerConnectorInfo |
withTotalConnectors(Integer totalConnectors)
Total number of discovery connectors.
|
CustomerConnectorInfo |
withUnhealthyConnectors(Integer unhealthyConnectors)
Number of unhealthy discovery connectors.
|
CustomerConnectorInfo |
withUnknownConnectors(Integer unknownConnectors)
Number of unknown discovery connectors.
|
public void setActiveConnectors(Integer activeConnectors)
Number of active discovery connectors.
activeConnectors
- Number of active discovery connectors.public Integer getActiveConnectors()
Number of active discovery connectors.
public CustomerConnectorInfo withActiveConnectors(Integer activeConnectors)
Number of active discovery connectors.
activeConnectors
- Number of active discovery connectors.public void setHealthyConnectors(Integer healthyConnectors)
Number of healthy discovery connectors.
healthyConnectors
- Number of healthy discovery connectors.public Integer getHealthyConnectors()
Number of healthy discovery connectors.
public CustomerConnectorInfo withHealthyConnectors(Integer healthyConnectors)
Number of healthy discovery connectors.
healthyConnectors
- Number of healthy discovery connectors.public void setBlackListedConnectors(Integer blackListedConnectors)
Number of blacklisted discovery connectors.
blackListedConnectors
- Number of blacklisted discovery connectors.public Integer getBlackListedConnectors()
Number of blacklisted discovery connectors.
public CustomerConnectorInfo withBlackListedConnectors(Integer blackListedConnectors)
Number of blacklisted discovery connectors.
blackListedConnectors
- Number of blacklisted discovery connectors.public void setShutdownConnectors(Integer shutdownConnectors)
Number of discovery connectors with status SHUTDOWN,
shutdownConnectors
- Number of discovery connectors with status SHUTDOWN,public Integer getShutdownConnectors()
Number of discovery connectors with status SHUTDOWN,
public CustomerConnectorInfo withShutdownConnectors(Integer shutdownConnectors)
Number of discovery connectors with status SHUTDOWN,
shutdownConnectors
- Number of discovery connectors with status SHUTDOWN,public void setUnhealthyConnectors(Integer unhealthyConnectors)
Number of unhealthy discovery connectors.
unhealthyConnectors
- Number of unhealthy discovery connectors.public Integer getUnhealthyConnectors()
Number of unhealthy discovery connectors.
public CustomerConnectorInfo withUnhealthyConnectors(Integer unhealthyConnectors)
Number of unhealthy discovery connectors.
unhealthyConnectors
- Number of unhealthy discovery connectors.public void setTotalConnectors(Integer totalConnectors)
Total number of discovery connectors.
totalConnectors
- Total number of discovery connectors.public Integer getTotalConnectors()
Total number of discovery connectors.
public CustomerConnectorInfo withTotalConnectors(Integer totalConnectors)
Total number of discovery connectors.
totalConnectors
- Total number of discovery connectors.public void setUnknownConnectors(Integer unknownConnectors)
Number of unknown discovery connectors.
unknownConnectors
- Number of unknown discovery connectors.public Integer getUnknownConnectors()
Number of unknown discovery connectors.
public CustomerConnectorInfo withUnknownConnectors(Integer unknownConnectors)
Number of unknown discovery connectors.
unknownConnectors
- Number of unknown discovery connectors.public String toString()
toString
in class Object
Object.toString()
public CustomerConnectorInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.