@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OS extends Object implements Serializable, Cloneable, StructuredPojo
Operating System.
Constructor and Description |
---|
OS() |
Modifier and Type | Method and Description |
---|---|
OS |
clone() |
boolean |
equals(Object obj) |
String |
getFullString()
The long name of the Operating System.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFullString(String fullString)
The long name of the Operating System.
|
String |
toString()
Returns a string representation of this object.
|
OS |
withFullString(String fullString)
The long name of the Operating System.
|
public void setFullString(String fullString)
The long name of the Operating System.
fullString
- The long name of the Operating System.public String getFullString()
The long name of the Operating System.
public OS withFullString(String fullString)
The long name of the Operating System.
fullString
- The long name of the Operating System.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.