@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTuneOptionsOutput extends Object implements Serializable, Cloneable, StructuredPojo
The Auto-Tune settings for a domain, displayed when enabling or disabling Auto-Tune.
Constructor and Description |
---|
AutoTuneOptionsOutput() |
Modifier and Type | Method and Description |
---|---|
AutoTuneOptionsOutput |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
Any errors that occurred while enabling or disabling Auto-Tune.
|
String |
getState()
The current state of Auto-Tune on the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setErrorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
|
void |
setState(String state)
The current state of Auto-Tune on the domain.
|
String |
toString()
Returns a string representation of this object.
|
AutoTuneOptionsOutput |
withErrorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
|
AutoTuneOptionsOutput |
withState(AutoTuneState state)
The current state of Auto-Tune on the domain.
|
AutoTuneOptionsOutput |
withState(String state)
The current state of Auto-Tune on the domain.
|
public void setState(String state)
The current state of Auto-Tune on the domain.
state
- The current state of Auto-Tune on the domain.AutoTuneState
public String getState()
The current state of Auto-Tune on the domain.
AutoTuneState
public AutoTuneOptionsOutput withState(String state)
The current state of Auto-Tune on the domain.
state
- The current state of Auto-Tune on the domain.AutoTuneState
public AutoTuneOptionsOutput withState(AutoTuneState state)
The current state of Auto-Tune on the domain.
state
- The current state of Auto-Tune on the domain.AutoTuneState
public void setErrorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
errorMessage
- Any errors that occurred while enabling or disabling Auto-Tune.public String getErrorMessage()
Any errors that occurred while enabling or disabling Auto-Tune.
public AutoTuneOptionsOutput withErrorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
errorMessage
- Any errors that occurred while enabling or disabling Auto-Tune.public String toString()
toString
in class Object
Object.toString()
public AutoTuneOptionsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.