@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomerAgentInfo extends Object implements Serializable, Cloneable, StructuredPojo
Inventory data for installed discovery agents.
| Constructor and Description |
|---|
CustomerAgentInfo() |
| Modifier and Type | Method and Description |
|---|---|
CustomerAgentInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getActiveAgents()
Number of active discovery agents.
|
Integer |
getBlackListedAgents()
Number of blacklisted discovery agents.
|
Integer |
getHealthyAgents()
Number of healthy discovery agents
|
Integer |
getShutdownAgents()
Number of discovery agents with status SHUTDOWN.
|
Integer |
getTotalAgents()
Total number of discovery agents.
|
Integer |
getUnhealthyAgents()
Number of unhealthy discovery agents.
|
Integer |
getUnknownAgents()
Number of unknown discovery agents.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setActiveAgents(Integer activeAgents)
Number of active discovery agents.
|
void |
setBlackListedAgents(Integer blackListedAgents)
Number of blacklisted discovery agents.
|
void |
setHealthyAgents(Integer healthyAgents)
Number of healthy discovery agents
|
void |
setShutdownAgents(Integer shutdownAgents)
Number of discovery agents with status SHUTDOWN.
|
void |
setTotalAgents(Integer totalAgents)
Total number of discovery agents.
|
void |
setUnhealthyAgents(Integer unhealthyAgents)
Number of unhealthy discovery agents.
|
void |
setUnknownAgents(Integer unknownAgents)
Number of unknown discovery agents.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CustomerAgentInfo |
withActiveAgents(Integer activeAgents)
Number of active discovery agents.
|
CustomerAgentInfo |
withBlackListedAgents(Integer blackListedAgents)
Number of blacklisted discovery agents.
|
CustomerAgentInfo |
withHealthyAgents(Integer healthyAgents)
Number of healthy discovery agents
|
CustomerAgentInfo |
withShutdownAgents(Integer shutdownAgents)
Number of discovery agents with status SHUTDOWN.
|
CustomerAgentInfo |
withTotalAgents(Integer totalAgents)
Total number of discovery agents.
|
CustomerAgentInfo |
withUnhealthyAgents(Integer unhealthyAgents)
Number of unhealthy discovery agents.
|
CustomerAgentInfo |
withUnknownAgents(Integer unknownAgents)
Number of unknown discovery agents.
|
public void setActiveAgents(Integer activeAgents)
Number of active discovery agents.
activeAgents - Number of active discovery agents.public Integer getActiveAgents()
Number of active discovery agents.
public CustomerAgentInfo withActiveAgents(Integer activeAgents)
Number of active discovery agents.
activeAgents - Number of active discovery agents.public void setHealthyAgents(Integer healthyAgents)
Number of healthy discovery agents
healthyAgents - Number of healthy discovery agentspublic Integer getHealthyAgents()
Number of healthy discovery agents
public CustomerAgentInfo withHealthyAgents(Integer healthyAgents)
Number of healthy discovery agents
healthyAgents - Number of healthy discovery agentspublic void setBlackListedAgents(Integer blackListedAgents)
Number of blacklisted discovery agents.
blackListedAgents - Number of blacklisted discovery agents.public Integer getBlackListedAgents()
Number of blacklisted discovery agents.
public CustomerAgentInfo withBlackListedAgents(Integer blackListedAgents)
Number of blacklisted discovery agents.
blackListedAgents - Number of blacklisted discovery agents.public void setShutdownAgents(Integer shutdownAgents)
Number of discovery agents with status SHUTDOWN.
shutdownAgents - Number of discovery agents with status SHUTDOWN.public Integer getShutdownAgents()
Number of discovery agents with status SHUTDOWN.
public CustomerAgentInfo withShutdownAgents(Integer shutdownAgents)
Number of discovery agents with status SHUTDOWN.
shutdownAgents - Number of discovery agents with status SHUTDOWN.public void setUnhealthyAgents(Integer unhealthyAgents)
Number of unhealthy discovery agents.
unhealthyAgents - Number of unhealthy discovery agents.public Integer getUnhealthyAgents()
Number of unhealthy discovery agents.
public CustomerAgentInfo withUnhealthyAgents(Integer unhealthyAgents)
Number of unhealthy discovery agents.
unhealthyAgents - Number of unhealthy discovery agents.public void setTotalAgents(Integer totalAgents)
Total number of discovery agents.
totalAgents - Total number of discovery agents.public Integer getTotalAgents()
Total number of discovery agents.
public CustomerAgentInfo withTotalAgents(Integer totalAgents)
Total number of discovery agents.
totalAgents - Total number of discovery agents.public void setUnknownAgents(Integer unknownAgents)
Number of unknown discovery agents.
unknownAgents - Number of unknown discovery agents.public Integer getUnknownAgents()
Number of unknown discovery agents.
public CustomerAgentInfo withUnknownAgents(Integer unknownAgents)
Number of unknown discovery agents.
unknownAgents - Number of unknown discovery agents.public String toString()
toString in class ObjectObject.toString()public CustomerAgentInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.