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" or "11.4". The
default value is "0.9". However, we expect to change the default value
to "11.4" in September 2013.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" or "11.4". The
default value is "0.9". However, we expect to change the default value
to "11.4" in September 2013.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.