public class SetTimeBasedAutoScalingRequest extends AmazonWebServiceRequest implements java.io.Serializable
SetTimeBasedAutoScaling operation.
Specify the time-based auto scaling configuration for a specified instance. For more information, see Managing Load with Time-based and Load-based Instances .
| コンストラクタと説明 |
|---|
SetTimeBasedAutoScalingRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
WeeklyAutoScalingSchedule |
getAutoScalingSchedule()
An
AutoScalingSchedule with the instance schedule. |
java.lang.String |
getInstanceId()
The instance ID.
|
int |
hashCode() |
void |
setAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
An
AutoScalingSchedule 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.
|
SetTimeBasedAutoScalingRequest |
withAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
An
AutoScalingSchedule with the instance schedule. |
SetTimeBasedAutoScalingRequest |
withInstanceId(java.lang.String instanceId)
The instance ID.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getInstanceId()
public void setInstanceId(java.lang.String instanceId)
instanceId - The instance ID.public SetTimeBasedAutoScalingRequest 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()
AutoScalingSchedule with the instance schedule.AutoScalingSchedule with the instance schedule.public void setAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
AutoScalingSchedule with the instance schedule.autoScalingSchedule - An AutoScalingSchedule with the instance schedule.public SetTimeBasedAutoScalingRequest withAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
AutoScalingSchedule with the instance schedule.
Returns a reference to this object so that method calls can be chained together.
autoScalingSchedule - An AutoScalingSchedule 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