public class DescribeNotificationConfigurationsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeNotificationConfigurationsRequest() |
DescribeNotificationConfigurationsRequest(DescribeNotificationConfigurationsRequest 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[] |
getAutoScalingNotificationIds()
Get Query by one or more notification ids.
|
Filter[] |
getFilters()
Get Filter criteria
auto-scaling-notification-id - String - required: no - (filter) filter by notification id..
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
void |
setAutoScalingNotificationIds(String[] AutoScalingNotificationIds)
Set Query by one or more notification ids.
|
void |
setFilters(Filter[] Filters)
Set Filter criteria
auto-scaling-notification-id - String - required: no - (filter) filter by notification 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeNotificationConfigurationsRequest()
public DescribeNotificationConfigurationsRequest(DescribeNotificationConfigurationsRequest source)
public String[] getAutoScalingNotificationIds()
public void setAutoScalingNotificationIds(String[] AutoScalingNotificationIds)
AutoScalingNotificationIds
- Query by one or more notification ids. the list length limit is 100. you can obtain the notification ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group). parameters AutoScalingNotificationIds and Filters must not be specified simultaneously.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter criteria
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).Copyright © 2025. All rights reserved.