@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTuneOptionsOutput extends Object implements Serializable, Cloneable, StructuredPojo
Specifies 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()
Specifies the error message while enabling or disabling the Auto-Tune.
|
String |
getState()
Specifies the
AutoTuneState for the Elasticsearch domain. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.
|
void |
setState(String state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
String |
toString()
Returns a string representation of this object.
|
AutoTuneOptionsOutput |
withErrorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.
|
AutoTuneOptionsOutput |
withState(AutoTuneState state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
AutoTuneOptionsOutput |
withState(String state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
public void setState(String state)
Specifies the AutoTuneState
for the Elasticsearch domain.
state
- Specifies the AutoTuneState
for the Elasticsearch domain.AutoTuneState
public String getState()
Specifies the AutoTuneState
for the Elasticsearch domain.
AutoTuneState
for the Elasticsearch domain.AutoTuneState
public AutoTuneOptionsOutput withState(String state)
Specifies the AutoTuneState
for the Elasticsearch domain.
state
- Specifies the AutoTuneState
for the Elasticsearch domain.AutoTuneState
public AutoTuneOptionsOutput withState(AutoTuneState state)
Specifies the AutoTuneState
for the Elasticsearch domain.
state
- Specifies the AutoTuneState
for the Elasticsearch domain.AutoTuneState
public void setErrorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.
errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune.public String getErrorMessage()
Specifies the error message while enabling or disabling the Auto-Tune.
public AutoTuneOptionsOutput withErrorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.
errorMessage
- Specifies the error message while enabling or disabling the 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.