public class EnableAutoScalingGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EnableAutoScalingGroupRequest() | 
| EnableAutoScalingGroupRequest(EnableAutoScalingGroupRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAutoScalingGroupId()Get Scaling group ID. | 
| void | setAutoScalingGroupId(String AutoScalingGroupId)Set Scaling group ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EnableAutoScalingGroupRequest()
public EnableAutoScalingGroupRequest(EnableAutoScalingGroupRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - Scaling group ID. you can obtain the scaling group ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or making an api call to [DescribeAutoScalingGroups](https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1) and retrieving the AutoScalingGroupId from the returned information.Copyright © 2025. All rights reserved.