|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.StackConfigurationManager
public class StackConfigurationManager
Describes the configuration manager.
Constructor Summary | |
---|---|
StackConfigurationManager()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StackConfigurationManager()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |