@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SoftwareUpdateOptions extends Object implements Serializable, Cloneable, StructuredPojo
Options for configuring service software updates for a domain.
| Constructor and Description |
|---|
SoftwareUpdateOptions() |
| Modifier and Type | Method and Description |
|---|---|
SoftwareUpdateOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoSoftwareUpdateEnabled()
Whether automatic service software updates are enabled for the domain.
|
int |
hashCode() |
Boolean |
isAutoSoftwareUpdateEnabled()
Whether automatic service software updates are enabled for the domain.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAutoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.
|
String |
toString()
Returns a string representation of this object.
|
SoftwareUpdateOptions |
withAutoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.
|
public void setAutoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.
autoSoftwareUpdateEnabled - Whether automatic service software updates are enabled for the domain.public Boolean getAutoSoftwareUpdateEnabled()
Whether automatic service software updates are enabled for the domain.
public SoftwareUpdateOptions withAutoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.
autoSoftwareUpdateEnabled - Whether automatic service software updates are enabled for the domain.public Boolean isAutoSoftwareUpdateEnabled()
Whether automatic service software updates are enabled for the domain.
public String toString()
toString in class ObjectObject.toString()public SoftwareUpdateOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.