@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentVersion extends Object implements Serializable, Cloneable, StructuredPojo
Edge Manager agent version.
| Constructor and Description |
|---|
AgentVersion () |
| Modifier and Type | Method and Description |
|---|---|
AgentVersion |
clone () |
boolean |
equals (Object obj) |
Long |
getAgentCount ()
The number of Edge Manager agents.
|
String |
getVersion ()
Version of the agent.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAgentCount (Long agentCount)
The number of Edge Manager agents.
|
void |
setVersion (String version)
Version of the agent.
|
String |
toString ()
Returns a string representation of this object.
|
AgentVersion |
withAgentCount (Long agentCount)
The number of Edge Manager agents.
|
AgentVersion |
withVersion (String version)
Version of the agent.
|
public AgentVersion()
public void setVersion(String version)
Version of the agent.
version - Version of the agent.public String getVersion()
Version of the agent.
public AgentVersion withVersion(String version)
Version of the agent.
version - Version of the agent.public void setAgentCount(Long agentCount)
The number of Edge Manager agents.
agentCount - The number of Edge Manager agents.public Long getAgentCount()
The number of Edge Manager agents.
public AgentVersion withAgentCount(Long agentCount)
The number of Edge Manager agents.
agentCount - The number of Edge Manager agents.public String toString()
toString in class Object Object.toString() public AgentVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.