@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTuneDetails extends Object implements Serializable, Cloneable, StructuredPojo
Specifies details about a scheduled Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.
| Constructor and Description |
|---|
AutoTuneDetails() |
| Modifier and Type | Method and Description |
|---|---|
AutoTuneDetails |
clone() |
boolean |
equals(Object obj) |
ScheduledAutoTuneDetails |
getScheduledAutoTuneDetails()
Container for details about a scheduled Auto-Tune action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setScheduledAutoTuneDetails(ScheduledAutoTuneDetails scheduledAutoTuneDetails)
Container for details about a scheduled Auto-Tune action.
|
String |
toString()
Returns a string representation of this object.
|
AutoTuneDetails |
withScheduledAutoTuneDetails(ScheduledAutoTuneDetails scheduledAutoTuneDetails)
Container for details about a scheduled Auto-Tune action.
|
public void setScheduledAutoTuneDetails(ScheduledAutoTuneDetails scheduledAutoTuneDetails)
Container for details about a scheduled Auto-Tune action.
scheduledAutoTuneDetails - Container for details about a scheduled Auto-Tune action.public ScheduledAutoTuneDetails getScheduledAutoTuneDetails()
Container for details about a scheduled Auto-Tune action.
public AutoTuneDetails withScheduledAutoTuneDetails(ScheduledAutoTuneDetails scheduledAutoTuneDetails)
Container for details about a scheduled Auto-Tune action.
scheduledAutoTuneDetails - Container for details about a scheduled Auto-Tune action.public String toString()
toString in class ObjectObject.toString()public AutoTuneDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.