public class DescribeClusterAsGroupsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeClusterAsGroupsRequest() | 
| DescribeClusterAsGroupsRequest(DescribeClusterAsGroupsRequest 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 Scaling group ID list. | 
| String | getClusterId()Get Cluster ID | 
| Long | getLimit()Get Number of returned results. | 
| Long | getOffset()Get Offset. | 
| void | setAutoScalingGroupIds(String[] AutoScalingGroupIds)Set Scaling group ID list. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setLimit(Long Limit)Set Number of returned results. | 
| void | setOffset(Long Offset)Set Offset. | 
| 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 DescribeClusterAsGroupsRequest()
public DescribeClusterAsGroupsRequest(DescribeClusterAsGroupsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getAutoScalingGroupIds()
public void setAutoScalingGroupIds(String[] AutoScalingGroupIds)
AutoScalingGroupIds - Scaling group ID list. If this value is null, it indicates that all cluster-associated scaling groups are pulled.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. This value defaults to 0. For more information on Offset, see the relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results. This value defaults to 20. The maximum is 100. For more information on Limit, see the relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).Copyright © 2021. All rights reserved.