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 The current offset.
|
String[] |
getRegions()
Get The regions of the resources to be queried.
|
String[] |
getResourceTypes()
Get The types of the resources to be queried.
|
String |
getTaskId()
Get The task ID, which is required to query the result of associated cloud resources.
|
void |
setLimit(String Limit)
Set The number of cloud resources displayed on each page.
|
void |
setOffset(String Offset)
Set The current offset.
|
void |
setRegions(String[] Regions)
Set The regions of the resources to be queried.
|
void |
setResourceTypes(String[] ResourceTypes)
Set The types of the resources to be queried.
|
void |
setTaskId(String TaskId)
Set The task ID, which is required to query the result of associated cloud resources.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCertificateBindResourceTaskDetailRequest()
public DescribeCertificateBindResourceTaskDetailRequest(DescribeCertificateBindResourceTaskDetailRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The task ID, which is required to query the result of associated cloud resources.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
- The current offset.public String[] getResourceTypes()
public void setResourceTypes(String[] ResourceTypes)
ResourceTypes
- The types of the resources to be queried. If no value is passed in, all types of resources will be queried.public String[] getRegions()
public void setRegions(String[] Regions)
Regions
- The regions of the resources to be queried. Only CLB, TKE, WAF, APIGATEWAY, and TCB resources support the query by region.Copyright © 2024. All rights reserved.