public class DescribeAutoScalingAdvicesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeAutoScalingAdvicesRequest()  | 
DescribeAutoScalingAdvicesRequest(DescribeAutoScalingAdvicesRequest 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[] | 
getAutoScalingGroupIds()
Get The scaling group list to be queried, with an upper limit of 100. 
 | 
void | 
setAutoScalingGroupIds(String[] AutoScalingGroupIds)
Set The scaling group list to be queried, with an upper limit of 100. 
 | 
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 DescribeAutoScalingAdvicesRequest()
public DescribeAutoScalingAdvicesRequest(DescribeAutoScalingAdvicesRequest source)
public String[] getAutoScalingGroupIds()
public void setAutoScalingGroupIds(String[] AutoScalingGroupIds)
AutoScalingGroupIds - The scaling group list to be queried, with an upper limit of 100. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api [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.