public class ExecuteScalingPolicyRequest extends AbstractModel
Constructor and Description |
---|
ExecuteScalingPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAutoScalingPolicyId()
Get Alarm-based scaling policy ID
|
Boolean |
getHonorCooldown()
Get Whether to check if the auto scaling group is in the cooldown period.
|
void |
setAutoScalingPolicyId(String AutoScalingPolicyId)
Set Alarm-based scaling policy ID
|
void |
setHonorCooldown(Boolean HonorCooldown)
Set Whether to check if the auto scaling group is in the cooldown period.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getAutoScalingPolicyId()
public void setAutoScalingPolicyId(String AutoScalingPolicyId)
AutoScalingPolicyId
- Alarm-based scaling policy IDpublic Boolean getHonorCooldown()
public void setHonorCooldown(Boolean HonorCooldown)
HonorCooldown
- Whether to check if the auto scaling group is in the cooldown period. Default value: falseCopyright © 2020. All rights reserved.