public class StackConfigurationManager extends Object implements Serializable
Describes the configuration manager.
Constructor and Description |
---|
StackConfigurationManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
The name.
|
String |
getVersion()
The Chef version.
|
int |
hashCode() |
void |
setName(String name)
The name.
|
void |
setVersion(String version)
The Chef version.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StackConfigurationManager |
withName(String name)
The name.
|
StackConfigurationManager |
withVersion(String version)
The Chef version.
|
public String getName()
public void setName(String name)
name
- The name. This parameter must be set to "Chef".public StackConfigurationManager withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name. This parameter must be set to "Chef".public String getVersion()
public void setVersion(String version)
version
- The Chef version. This parameter must be set to 0.9, 11.4, or 11.10.
The default value is 11.4.public StackConfigurationManager withVersion(String version)
Returns a reference to this object so that method calls can be chained together.
version
- The Chef version. This parameter must be set to 0.9, 11.4, or 11.10.
The default value is 11.4.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.