public class DescribeCertificateBindResourceTaskDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCertificateBindResourceTaskDetailRequest() | 
| DescribeCertificateBindResourceTaskDetailRequest(DescribeCertificateBindResourceTaskDetailRequest 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 | getLimit()Get The number of cloud resources displayed on each page. | 
| String | getOffset()Get Current offset, default is 0. | 
| String[] | getRegions()Get Data of querying region list. | 
| String[] | getResourceTypes()Get Result detail of queried resource type. | 
| String | getTaskId()Get Task id, which can be used to query the result of binding cloud resources according to the task id obtained from createcertificatebindresourcesynctask. | 
| void | setLimit(String Limit)Set The number of cloud resources displayed on each page. | 
| void | setOffset(String Offset)Set Current offset, default is 0. | 
| void | setRegions(String[] Regions)Set Data of querying region list. | 
| void | setResourceTypes(String[] ResourceTypes)Set Result detail of queried resource type. | 
| void | setTaskId(String TaskId)Set Task id, which can be used to query the result of binding cloud resources according to the task id obtained from createcertificatebindresourcesynctask. | 
| 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 DescribeCertificateBindResourceTaskDetailRequest()
public DescribeCertificateBindResourceTaskDetailRequest(DescribeCertificateBindResourceTaskDetailRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task id, which can be used to query the result of binding cloud resources according to the task id obtained from createcertificatebindresourcesynctask.public String getLimit()
public void setLimit(String Limit)
Limit - The number of cloud resources displayed on each page. The default value is 10, and the maximum value is 100.public String getOffset()
public void setOffset(String Offset)
Offset - Current offset, default is 0.public String[] getResourceTypes()
public void setResourceTypes(String[] ResourceTypes)
ResourceTypes - Result detail of queried resource type. if not provided, all will be queried. valid values include:.
- clb.
- cdn.
- ddos.
- live.
- vod.
- waf.
- apigateway.
- teo.
- tke.
- cos.
- tse.
- tcb.public String[] getRegions()
public void setRegions(String[] Regions)
Regions - Data of querying region list. clb, tke, waf, api gateway, tcb, cos, and tse support region query, while other resource types do not support.Copyright © 2025. All rights reserved.