Class AgentVersion
java.lang.Object
com.amazonaws.services.opsworks.model.AgentVersion
- All Implemented Interfaces:
Serializable, Cloneable
Describes an agent version.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe configuration manager.The agent version.inthashCode()voidsetConfigurationManager(StackConfigurationManager configurationManager) The configuration manager.voidsetVersion(String version) The agent version.toString()Returns a string representation of this object; useful for testing and debugging.withConfigurationManager(StackConfigurationManager configurationManager) The configuration manager.withVersion(String version) The agent version.
-
Constructor Details
-
AgentVersion
public AgentVersion()
-
-
Method Details
-
setVersion
-
getVersion
-
withVersion
The agent version.
- Parameters:
version- The agent version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfigurationManager
The configuration manager.
- Parameters:
configurationManager- The configuration manager.
-
getConfigurationManager
The configuration manager.
- Returns:
- The configuration manager.
-
withConfigurationManager
The configuration manager.
- Parameters:
configurationManager- The configuration manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-