@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OperatingSystem extends Object implements Serializable, Cloneable, StructuredPojo
The operating system that the image is running.
| Constructor and Description | 
|---|
| OperatingSystem() | 
| Modifier and Type | Method and Description | 
|---|---|
| OperatingSystem | clone() | 
| boolean | equals(Object obj) | 
| String | getType()
 The operating system. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setType(String type)
 The operating system. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| OperatingSystem | withType(OperatingSystemType type)
 The operating system. | 
| OperatingSystem | withType(String type)
 The operating system. | 
public void setType(String type)
The operating system.
type - The operating system.OperatingSystemTypepublic String getType()
The operating system.
OperatingSystemTypepublic OperatingSystem withType(String type)
The operating system.
type - The operating system.OperatingSystemTypepublic OperatingSystem withType(OperatingSystemType type)
The operating system.
type - The operating system.OperatingSystemTypepublic String toString()
toString in class ObjectObject.toString()public OperatingSystem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.