public class DescribeAutoScalingActivitiesRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeAutoScalingActivitiesRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getActivityIds()
Get Queries by one or more scaling activity IDs in the format of `asa-5l2ejpfo`. 
 | 
String | 
getEndTime()
Get The latest end time of the scaling activity, which will be ignored if ActivityIds is specified. 
 | 
Filter[] | 
getFilters()
Get Filter. 
 | 
Long | 
getLimit()
Get Number of returned results. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getStartTime()
Get The earliest start time of the scaling activity, which will be ignored if ActivityIds is specified. 
 | 
void | 
setActivityIds(String[] ActivityIds)
Set Queries by one or more scaling activity IDs in the format of `asa-5l2ejpfo`. 
 | 
void | 
setEndTime(String EndTime)
Set The latest end time of the scaling activity, which will be ignored if ActivityIds is specified. 
 | 
void | 
setFilters(Filter[] Filters)
Set Filter. 
 | 
void | 
setLimit(Long Limit)
Set Number of returned results. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setStartTime(String StartTime)
Set The earliest start time of the scaling activity, which will be ignored if ActivityIds is specified. 
 | 
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 DescribeAutoScalingActivitiesRequest()
public String[] getActivityIds()
public void setActivityIds(String[] ActivityIds)
ActivityIds - Queries by one or more scaling activity IDs in the format of `asa-5l2ejpfo`. The maximum quantity per request is 100. This parameter does not support specifying both `ActivityIds` and `Filters` at the same time.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter.
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant section in the API [overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: 0. For more information on `Offset`, see the relevant section in the API [overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The earliest start time of the scaling activity, which will be ignored if ActivityIds is specified. The value is in `UTC time` in the format of `YYYY-MM-DDThh:mm:ssZ` according to the `ISO8601` standard.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - The latest end time of the scaling activity, which will be ignored if ActivityIds is specified. The value is in `UTC time` in the format of `YYYY-MM-DDThh:mm:ssZ` according to the `ISO8601` standard.Copyright © 2021. All rights reserved.