@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackConfigurationManager extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration manager.
Constructor and Description |
---|
StackConfigurationManager() |
Modifier and Type | Method and Description |
---|---|
StackConfigurationManager |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name.
|
String |
getVersion()
The Chef version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 void setName(String name)
The name. This parameter must be set to "Chef".
name
- The name. This parameter must be set to "Chef".public String getName()
The name. This parameter must be set to "Chef".
public StackConfigurationManager withName(String name)
The name. This parameter must be set to "Chef".
name
- The name. This parameter must be set to "Chef".public void setVersion(String 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.
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.public String 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.
public StackConfigurationManager withVersion(String 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.
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.public String toString()
toString
in class Object
Object.toString()
public StackConfigurationManager clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.