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. | 
| String | getTriggerSource()Get Source that triggers the scaling policy. | 
| 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 | setTriggerSource(String TriggerSource)Set Source that triggers the scaling policy. | 
| 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, toJsonStringpublic 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: falsepublic String getTriggerSource()
public void setTriggerSource(String TriggerSource)
TriggerSource - Source that triggers the scaling policy. Valid values: API and CLOUD_MONITOR. Default value: API. The value `CLOUD_MONITOR` is specific to the Cloud Monitor service.Copyright © 2021. All rights reserved.