public class DescribeComplianceTaskAssetSummaryRequest extends AbstractModel
Constructor and Description |
---|
DescribeComplianceTaskAssetSummaryRequest() |
DescribeComplianceTaskAssetSummaryRequest(DescribeComplianceTaskAssetSummaryRequest 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[] |
getAssetTypeSet()
Get List of asset types
`ASSET_CONTAINER`: Container.
|
void |
setAssetTypeSet(String[] AssetTypeSet)
Set List of asset types
`ASSET_CONTAINER`: Container.
|
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, toJsonString
public DescribeComplianceTaskAssetSummaryRequest()
public DescribeComplianceTaskAssetSummaryRequest(DescribeComplianceTaskAssetSummaryRequest source)
public String[] getAssetTypeSet()
public void setAssetTypeSet(String[] AssetTypeSet)
AssetTypeSet
- List of asset types
`ASSET_CONTAINER`: Container.
`ASSET_IMAGE`: Image.
`ASSET_HOST`: Server.
`ASSET_K8S`: K8s asset.Copyright © 2023. All rights reserved.