@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTuneOptionsOutput extends Object implements Serializable, Cloneable, StructuredPojo
The Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
Constructor and Description |
---|
AutoTuneOptionsOutput() |
Modifier and Type | Method and Description |
---|---|
AutoTuneOptionsOutput |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
The error message while enabling or disabling Auto-Tune.
|
String |
getState()
The
AutoTuneState for the domain. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
|
void |
setState(String state)
The
AutoTuneState for the domain. |
String |
toString()
Returns a string representation of this object.
|
AutoTuneOptionsOutput |
withErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
|
AutoTuneOptionsOutput |
withState(AutoTuneState state)
The
AutoTuneState for the domain. |
AutoTuneOptionsOutput |
withState(String state)
The
AutoTuneState for the domain. |
public void setState(String state)
The AutoTuneState
for the domain.
state
- The AutoTuneState
for the domain.AutoTuneState
public String getState()
The AutoTuneState
for the domain.
AutoTuneState
for the domain.AutoTuneState
public AutoTuneOptionsOutput withState(String state)
The AutoTuneState
for the domain.
state
- The AutoTuneState
for the domain.AutoTuneState
public AutoTuneOptionsOutput withState(AutoTuneState state)
The AutoTuneState
for the domain.
state
- The AutoTuneState
for the domain.AutoTuneState
public void setErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
errorMessage
- The error message while enabling or disabling Auto-Tune.public String getErrorMessage()
The error message while enabling or disabling Auto-Tune.
public AutoTuneOptionsOutput withErrorMessage(String errorMessage)
The error message while enabling or disabling Auto-Tune.
errorMessage
- The error message while enabling or disabling Auto-Tune.public String toString()
toString
in class Object
Object.toString()
public AutoTuneOptionsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.