public class DescribeComplianceTaskPolicyItemSummaryListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeComplianceTaskPolicyItemSummaryListRequest() |
DescribeComplianceTaskPolicyItemSummaryListRequest(DescribeComplianceTaskPolicyItemSummaryListRequest 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 |
getAssetType()
Get Asset type, which indicates to only query check items related to the specified asset type.
|
ComplianceFilters[] |
getFilters()
Get Filter
Name - String
Name.
|
Long |
getLimit()
Get Number of results to be returned.
|
Long |
getOffset()
Get Initial offset.
|
void |
setAssetType(String AssetType)
Set Asset type, which indicates to only query check items related to the specified asset type.
|
void |
setFilters(ComplianceFilters[] Filters)
Set Filter
Name - String
Name.
|
void |
setLimit(Long Limit)
Set Number of results to be returned.
|
void |
setOffset(Long Offset)
Set Initial offset.
|
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 DescribeComplianceTaskPolicyItemSummaryListRequest()
public DescribeComplianceTaskPolicyItemSummaryListRequest(DescribeComplianceTaskPolicyItemSummaryListRequest source)
public String getAssetType()
public void setAssetType(String AssetType)
AssetType
- Asset type, which indicates to only query check items related to the specified asset type.
`ASSET_CONTAINER`: Container.
`ASSET_IMAGE`: Image.
`ASSET_HOST`: Server.
`ASSET_K8S`: K8s asset.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Initial offset. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results to be returned. Default value: `10`. Maximum value: `100`.public ComplianceFilters[] getFilters()
public void setFilters(ComplianceFilters[] Filters)
Filters
- Filter
Name - String
Name. Valid values: `ItemType`, `StandardId`, `RiskLevel`.
`ClusterName` is also available for K8s assets.Copyright © 2024. All rights reserved.