@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTuneOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
The Auto-Tune status for the domain.
Constructor and Description |
---|
AutoTuneOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
AutoTuneOptionsStatus |
clone() |
boolean |
equals(Object obj) |
AutoTuneOptions |
getOptions()
Auto-Tune settings for updating a domain.
|
AutoTuneStatus |
getStatus()
The current status of Auto-Tune for a domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptions(AutoTuneOptions options)
Auto-Tune settings for updating a domain.
|
void |
setStatus(AutoTuneStatus status)
The current status of Auto-Tune for a domain.
|
String |
toString()
Returns a string representation of this object.
|
AutoTuneOptionsStatus |
withOptions(AutoTuneOptions options)
Auto-Tune settings for updating a domain.
|
AutoTuneOptionsStatus |
withStatus(AutoTuneStatus status)
The current status of Auto-Tune for a domain.
|
public void setOptions(AutoTuneOptions options)
Auto-Tune settings for updating a domain.
options
- Auto-Tune settings for updating a domain.public AutoTuneOptions getOptions()
Auto-Tune settings for updating a domain.
public AutoTuneOptionsStatus withOptions(AutoTuneOptions options)
Auto-Tune settings for updating a domain.
options
- Auto-Tune settings for updating a domain.public void setStatus(AutoTuneStatus status)
The current status of Auto-Tune for a domain.
status
- The current status of Auto-Tune for a domain.public AutoTuneStatus getStatus()
The current status of Auto-Tune for a domain.
public AutoTuneOptionsStatus withStatus(AutoTuneStatus status)
The current status of Auto-Tune for a domain.
status
- The current status of Auto-Tune for a domain.public String toString()
toString
in class Object
Object.toString()
public AutoTuneOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.