@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()
OS full string.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFullString(String fullString)
OS full string.
|
String |
toString()
Returns a string representation of this object.
|
OS |
withFullString(String fullString)
OS full string.
|
public void setFullString(String fullString)
OS full string.
fullString
- OS full string.public String getFullString()
OS full string.
public OS withFullString(String fullString)
OS full string.
fullString
- OS full string.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.