@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoTune extends Object implements Serializable, Cloneable, StructuredPojo
Specifies 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 of the Auto-Tune action.
|
String |
getAutoTuneType()
Specifies Auto-Tune type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details of the Auto-Tune action.
|
void |
setAutoTuneType(String autoTuneType)
Specifies Auto-Tune type.
|
String |
toString()
Returns a string representation of this object.
|
AutoTune |
withAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details of the Auto-Tune action.
|
AutoTune |
withAutoTuneType(AutoTuneType autoTuneType)
Specifies Auto-Tune type.
|
AutoTune |
withAutoTuneType(String autoTuneType)
Specifies Auto-Tune type.
|
public void setAutoTuneType(String autoTuneType)
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType
- Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneType
public String getAutoTuneType()
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
AutoTuneType
public AutoTune withAutoTuneType(String autoTuneType)
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType
- Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneType
public AutoTune withAutoTuneType(AutoTuneType autoTuneType)
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
autoTuneType
- Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.AutoTuneType
public void setAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
autoTuneDetails
- Specifies details of the Auto-Tune action. See the Developer Guide for more information.public AutoTuneDetails getAutoTuneDetails()
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
public AutoTune withAutoTuneDetails(AutoTuneDetails autoTuneDetails)
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
autoTuneDetails
- Specifies details of the Auto-Tune action. See the Developer Guide for more information.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.