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()
boolean
The configuration manager.The agent version.int
hashCode()
void
setConfigurationManager
(StackConfigurationManager configurationManager) The configuration manager.void
setVersion
(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
The agent version.
- Parameters:
version
- The agent version.
-
getVersion
The agent version.
- Returns:
- The agent version.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-