@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateValue extends Object implements Serializable, Cloneable, StructuredPojo
The value for a given type of UpdateSettings
.
Constructor and Description |
---|
UpdateValue() |
Modifier and Type | Method and Description |
---|---|
UpdateValue |
clone() |
boolean |
equals(Object obj) |
OSUpdateSettings |
getOSUpdateSettings()
The OS update related settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOSUpdateSettings(OSUpdateSettings oSUpdateSettings)
The OS update related settings.
|
String |
toString()
Returns a string representation of this object.
|
UpdateValue |
withOSUpdateSettings(OSUpdateSettings oSUpdateSettings)
The OS update related settings.
|
public void setOSUpdateSettings(OSUpdateSettings oSUpdateSettings)
The OS update related settings.
oSUpdateSettings
- The OS update related settings.public OSUpdateSettings getOSUpdateSettings()
The OS update related settings.
public UpdateValue withOSUpdateSettings(OSUpdateSettings oSUpdateSettings)
The OS update related settings.
oSUpdateSettings
- The OS update related settings.public String toString()
toString
in class Object
Object.toString()
public UpdateValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.