public class TimeBasedAutoScalingConfiguration
extends java.lang.Object
implements java.io.Serializable
Describes an instance's time-based auto scaling configuration.
| コンストラクタと説明 |
|---|
TimeBasedAutoScalingConfiguration() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
WeeklyAutoScalingSchedule |
getAutoScalingSchedule()
A
WeeklyAutoScalingSchedule object with the instance
schedule. |
java.lang.String |
getInstanceId()
The instance ID.
|
int |
hashCode() |
void |
setAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
A
WeeklyAutoScalingSchedule object with the instance
schedule. |
void |
setInstanceId(java.lang.String instanceId)
The instance ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TimeBasedAutoScalingConfiguration |
withAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
A
WeeklyAutoScalingSchedule object with the instance
schedule. |
TimeBasedAutoScalingConfiguration |
withInstanceId(java.lang.String instanceId)
The instance ID.
|
public java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId - The instance ID.public TimeBasedAutoScalingConfiguration withInstanceId(java.lang.String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The instance ID.public WeeklyAutoScalingSchedule getAutoScalingSchedule()
WeeklyAutoScalingSchedule object with the instance
schedule.WeeklyAutoScalingSchedule object with the instance
schedule.public void setAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
WeeklyAutoScalingSchedule object with the instance
schedule.autoScalingSchedule - A WeeklyAutoScalingSchedule object with the instance
schedule.public TimeBasedAutoScalingConfiguration withAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
WeeklyAutoScalingSchedule object with the instance
schedule.
Returns a reference to this object so that method calls can be chained together.
autoScalingSchedule - A WeeklyAutoScalingSchedule object with the instance
schedule.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object