Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class StackConfigurationManager

java.lang.Object
  extended by com.amazonaws.services.opsworks.model.StackConfigurationManager
All Implemented Interfaces:
Serializable

public class StackConfigurationManager
extends Object
implements Serializable

Describes the configuration manager.

See Also:
Serialized Form

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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackConfigurationManager

public StackConfigurationManager()
Method Detail

getName

public String getName()
The name. This parameter must be set to "Chef".

Returns:
The name. This parameter must be set to "Chef".

setName

public void setName(String name)
The name. This parameter must be set to "Chef".

Parameters:
name - The name. This parameter must be set to "Chef".

withName

public StackConfigurationManager withName(String name)
The name. This parameter must be set to "Chef".

Returns a reference to this object so that method calls can be chained together.

Parameters:
name - The name. This parameter must be set to "Chef".
Returns:
A reference to this updated object so that method calls can be chained together.

getVersion

public String getVersion()
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 late August 2013.

Returns:
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 late August 2013.

setVersion

public void setVersion(String 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 late August 2013.

Parameters:
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 late August 2013.

withVersion

public StackConfigurationManager withVersion(String 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 late August 2013.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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 late August 2013.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.