Class StackConfigurationManager
java.lang.Object
com.amazonaws.services.opsworks.model.StackConfigurationManager
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the configuration manager.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name.The Chef version.int
hashCode()
void
The name.void
setVersion
(String version) The Chef version.toString()
Returns a string representation of this object; useful for testing and debugging.The name.withVersion
(String version) The Chef version.
-
Constructor Details
-
StackConfigurationManager
public StackConfigurationManager()
-
-
Method Details
-
setName
The name. This parameter must be set to "Chef".
- Parameters:
name
- The name. This parameter must be set to "Chef".
-
getName
The name. This parameter must be set to "Chef".
- Returns:
- The name. This parameter must be set to "Chef".
-
withName
The name. This parameter must be set to "Chef".
- Parameters:
name
- The name. This parameter must be set to "Chef".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.
- Parameters:
version
- The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.
-
getVersion
The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.
- Returns:
- The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.
-
withVersion
The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.
- Parameters:
version
- The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.- 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
-