@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()
Specifies Auto-Tune options for the domain.
|
AutoTuneStatus |
getStatus()
The status of the Auto-Tune options for the domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOptions(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
|
void |
setStatus(AutoTuneStatus status)
The status of the Auto-Tune options for the domain.
|
String |
toString()
Returns a string representation of this object.
|
AutoTuneOptionsStatus |
withOptions(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
|
AutoTuneOptionsStatus |
withStatus(AutoTuneStatus status)
The status of the Auto-Tune options for the domain.
|
public void setOptions(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
options
- Specifies Auto-Tune options for the domain.public AutoTuneOptions getOptions()
Specifies Auto-Tune options for the domain.
public AutoTuneOptionsStatus withOptions(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
options
- Specifies Auto-Tune options for the domain.public void setStatus(AutoTuneStatus status)
The status of the Auto-Tune options for the domain.
status
- The status of the Auto-Tune options for the domain.public AutoTuneStatus getStatus()
The status of the Auto-Tune options for the domain.
public AutoTuneOptionsStatus withStatus(AutoTuneStatus status)
The status of the Auto-Tune options for the domain.
status
- The status of the Auto-Tune options for the domain.public String toString()
toString
in class Object
Object.toString()
public AutoTuneOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.