public class DescribeLifecycleHooksRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLifecycleHooksRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Filter[] | getFilters()Get Filter. | 
| String[] | getLifecycleHookIds()Get Queries by one or more lifecycle hook IDs in the format of `ash-8azjzxcl`. | 
| Long | getLimit()Get Number of returned results. | 
| Long | getOffset()Get Offset. | 
| void | setFilters(Filter[] Filters)Set Filter. | 
| void | setLifecycleHookIds(String[] LifecycleHookIds)Set Queries by one or more lifecycle hook IDs in the format of `ash-8azjzxcl`. | 
| 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 String[] getLifecycleHookIds()
public void setLifecycleHookIds(String[] LifecycleHookIds)
LifecycleHookIds - Queries by one or more lifecycle hook IDs in the format of `ash-8azjzxcl`. The maximum quantity per request is 100. This parameter does not support specifying both `LifecycleHookIds` 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).Copyright © 2021. All rights reserved.