@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OSUpdateSettings extends Object implements Serializable, Cloneable, StructuredPojo
OS version that the directory needs to be updated to.
| Constructor and Description |
|---|
OSUpdateSettings() |
| Modifier and Type | Method and Description |
|---|---|
OSUpdateSettings |
clone() |
boolean |
equals(Object obj) |
String |
getOSVersion()
OS version that the directory needs to be updated to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOSVersion(String oSVersion)
OS version that the directory needs to be updated to.
|
String |
toString()
Returns a string representation of this object.
|
OSUpdateSettings |
withOSVersion(OSVersion oSVersion)
OS version that the directory needs to be updated to.
|
OSUpdateSettings |
withOSVersion(String oSVersion)
OS version that the directory needs to be updated to.
|
public void setOSVersion(String oSVersion)
OS version that the directory needs to be updated to.
oSVersion - OS version that the directory needs to be updated to.OSVersionpublic String getOSVersion()
OS version that the directory needs to be updated to.
OSVersionpublic OSUpdateSettings withOSVersion(String oSVersion)
OS version that the directory needs to be updated to.
oSVersion - OS version that the directory needs to be updated to.OSVersionpublic OSUpdateSettings withOSVersion(OSVersion oSVersion)
OS version that the directory needs to be updated to.
oSVersion - OS version that the directory needs to be updated to.OSVersionpublic String toString()
toString in class ObjectObject.toString()public OSUpdateSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.