|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.TimeBasedAutoScalingConfiguration
public class TimeBasedAutoScalingConfiguration
Describes an instance's time-based auto scaling configuration.
Constructor Summary | |
---|---|
TimeBasedAutoScalingConfiguration()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
WeeklyAutoScalingSchedule |
getAutoScalingSchedule()
A WeeklyAutoScalingSchedule object with the instance
schedule. |
String |
getInstanceId()
The instance ID. |
int |
hashCode()
|
void |
setAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
A WeeklyAutoScalingSchedule object with the instance
schedule. |
void |
setInstanceId(String instanceId)
The instance ID. |
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(String instanceId)
The instance ID. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeBasedAutoScalingConfiguration()
Method Detail |
---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The instance ID.public TimeBasedAutoScalingConfiguration withInstanceId(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |