@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OperatingSystemConfigurationManager extends Object implements Serializable, Cloneable, StructuredPojo
A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.
Constructor and Description |
---|
OperatingSystemConfigurationManager() |
Modifier and Type | Method and Description |
---|---|
OperatingSystemConfigurationManager |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the configuration manager, which is Chef.
|
String |
getVersion()
The versions of the configuration manager that are supported by an operating system.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the configuration manager, which is Chef.
|
void |
setVersion(String version)
The versions of the configuration manager that are supported by an operating system.
|
String |
toString()
Returns a string representation of this object.
|
OperatingSystemConfigurationManager |
withName(String name)
The name of the configuration manager, which is Chef.
|
OperatingSystemConfigurationManager |
withVersion(String version)
The versions of the configuration manager that are supported by an operating system.
|
public void setName(String name)
The name of the configuration manager, which is Chef.
name
- The name of the configuration manager, which is Chef.public String getName()
The name of the configuration manager, which is Chef.
public OperatingSystemConfigurationManager withName(String name)
The name of the configuration manager, which is Chef.
name
- The name of the configuration manager, which is Chef.public void setVersion(String version)
The versions of the configuration manager that are supported by an operating system.
version
- The versions of the configuration manager that are supported by an operating system.public String getVersion()
The versions of the configuration manager that are supported by an operating system.
public OperatingSystemConfigurationManager withVersion(String version)
The versions of the configuration manager that are supported by an operating system.
version
- The versions of the configuration manager that are supported by an operating system.public String toString()
toString
in class Object
Object.toString()
public OperatingSystemConfigurationManager 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.