@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.OSVersion
public String getOSVersion()
OS version that the directory needs to be updated to.
OSVersion
public 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.OSVersion
public 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.OSVersion
public String toString()
toString
in class Object
Object.toString()
public OSUpdateSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.