@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) |
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 Object
Object.toString()
public SoftwareUpdateOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.