@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomerMeCollectorInfo extends Object implements Serializable, Cloneable, StructuredPojo
The inventory data for installed Migration Evaluator collectors.
Constructor and Description |
---|
CustomerMeCollectorInfo() |
Modifier and Type | Method and Description |
---|---|
CustomerMeCollectorInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getActiveMeCollectors()
The number of active Migration Evaluator collectors.
|
Integer |
getDenyListedMeCollectors()
The number of deny-listed Migration Evaluator collectors.
|
Integer |
getHealthyMeCollectors()
The number of healthy Migration Evaluator collectors.
|
Integer |
getShutdownMeCollectors()
The number of Migration Evaluator collectors with
SHUTDOWN status. |
Integer |
getTotalMeCollectors()
The total number of Migration Evaluator collectors.
|
Integer |
getUnhealthyMeCollectors()
The number of unhealthy Migration Evaluator collectors.
|
Integer |
getUnknownMeCollectors()
The number of unknown Migration Evaluator collectors.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
|
void |
setDenyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
|
void |
setHealthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
|
void |
setShutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with
SHUTDOWN status. |
void |
setTotalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
|
void |
setUnhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
|
void |
setUnknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
|
String |
toString()
Returns a string representation of this object.
|
CustomerMeCollectorInfo |
withActiveMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
|
CustomerMeCollectorInfo |
withDenyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
|
CustomerMeCollectorInfo |
withHealthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
|
CustomerMeCollectorInfo |
withShutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with
SHUTDOWN status. |
CustomerMeCollectorInfo |
withTotalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
|
CustomerMeCollectorInfo |
withUnhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
|
CustomerMeCollectorInfo |
withUnknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
|
public void setActiveMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
activeMeCollectors
- The number of active Migration Evaluator collectors.public Integer getActiveMeCollectors()
The number of active Migration Evaluator collectors.
public CustomerMeCollectorInfo withActiveMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
activeMeCollectors
- The number of active Migration Evaluator collectors.public void setHealthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
healthyMeCollectors
- The number of healthy Migration Evaluator collectors.public Integer getHealthyMeCollectors()
The number of healthy Migration Evaluator collectors.
public CustomerMeCollectorInfo withHealthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
healthyMeCollectors
- The number of healthy Migration Evaluator collectors.public void setDenyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
denyListedMeCollectors
- The number of deny-listed Migration Evaluator collectors.public Integer getDenyListedMeCollectors()
The number of deny-listed Migration Evaluator collectors.
public CustomerMeCollectorInfo withDenyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
denyListedMeCollectors
- The number of deny-listed Migration Evaluator collectors.public void setShutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with SHUTDOWN
status.
shutdownMeCollectors
- The number of Migration Evaluator collectors with SHUTDOWN
status.public Integer getShutdownMeCollectors()
The number of Migration Evaluator collectors with SHUTDOWN
status.
SHUTDOWN
status.public CustomerMeCollectorInfo withShutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with SHUTDOWN
status.
shutdownMeCollectors
- The number of Migration Evaluator collectors with SHUTDOWN
status.public void setUnhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
unhealthyMeCollectors
- The number of unhealthy Migration Evaluator collectors.public Integer getUnhealthyMeCollectors()
The number of unhealthy Migration Evaluator collectors.
public CustomerMeCollectorInfo withUnhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
unhealthyMeCollectors
- The number of unhealthy Migration Evaluator collectors.public void setTotalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
totalMeCollectors
- The total number of Migration Evaluator collectors.public Integer getTotalMeCollectors()
The total number of Migration Evaluator collectors.
public CustomerMeCollectorInfo withTotalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
totalMeCollectors
- The total number of Migration Evaluator collectors.public void setUnknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
unknownMeCollectors
- The number of unknown Migration Evaluator collectors.public Integer getUnknownMeCollectors()
The number of unknown Migration Evaluator collectors.
public CustomerMeCollectorInfo withUnknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
unknownMeCollectors
- The number of unknown Migration Evaluator collectors.public String toString()
toString
in class Object
Object.toString()
public CustomerMeCollectorInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.