public class AgentVersion extends Object implements Serializable, Cloneable
Describes an agent version.
| Constructor and Description |
|---|
AgentVersion() |
| Modifier and Type | Method and Description |
|---|---|
AgentVersion |
clone() |
boolean |
equals(Object obj) |
StackConfigurationManager |
getConfigurationManager()
The configuration manager.
|
String |
getVersion()
The agent version.
|
int |
hashCode() |
void |
setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
setVersion(String version)
The agent version.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AgentVersion |
withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
AgentVersion |
withVersion(String version)
The agent version.
|
public void setVersion(String version)
The agent version.
version - The agent version.public String getVersion()
The agent version.
public AgentVersion withVersion(String version)
The agent version.
version - The agent version.public void setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager - The configuration manager.public StackConfigurationManager getConfigurationManager()
The configuration manager.
public AgentVersion withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager - The configuration manager.public String toString()
toString in class ObjectObject.toString()public AgentVersion clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.