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