@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTune extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the Auto-Tune type and Auto-Tune action details.
| Constructor and Description |
|---|
AutoTune() |
| Modifier and Type | Method and Description |
|---|---|
AutoTune |
clone() |
boolean |
equals(Object obj) |
AutoTuneDetails |
getAutoTuneDetails()
Specifies details about the Auto-Tune action.
|
String |
getAutoTuneType()
Specifies the Auto-Tune type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details about the Auto-Tune action.
|
void |
setAutoTuneType(String autoTuneType)
Specifies the Auto-Tune type.
|
String |
toString()
Returns a string representation of this object.
|
AutoTune |
withAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details about the Auto-Tune action.
|
AutoTune |
withAutoTuneType(AutoTuneType autoTuneType)
Specifies the Auto-Tune type.
|
AutoTune |
withAutoTuneType(String autoTuneType)
Specifies the Auto-Tune type.
|
public void setAutoTuneType(String autoTuneType)
Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType - Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneTypepublic String getAutoTuneType()
Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.
AutoTuneTypepublic AutoTune withAutoTuneType(String autoTuneType)
Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType - Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneTypepublic AutoTune withAutoTuneType(AutoTuneType autoTuneType)
Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType - Specifies the Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneTypepublic void setAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.
autoTuneDetails - Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.public AutoTuneDetails getAutoTuneDetails()
Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.
public AutoTune withAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.
autoTuneDetails - Specifies details about the Auto-Tune action. See Auto-Tune for Amazon OpenSearch Service for more information.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.