public class DescribeComplianceAssetDetailInfoResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeComplianceAssetDetailInfoResponse() |
DescribeComplianceAssetDetailInfoResponse(DescribeComplianceAssetDetailInfoResponse 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 |
---|---|
ComplianceAssetDetailInfo |
getAssetDetailInfo()
Get Asset details
|
ComplianceContainerDetailInfo |
getContainerDetailInfo()
Get This field is returned when the asset is a container.
|
ComplianceHostDetailInfo |
getHostDetailInfo()
Get This field is returned when the asset is a server.
|
ComplianceImageDetailInfo |
getImageDetailInfo()
Get This field is returned when the asset is an image.
|
ComplianceK8SDetailInfo |
getK8SDetailInfo()
Get This field is returned when the asset is a K8s asset.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAssetDetailInfo(ComplianceAssetDetailInfo AssetDetailInfo)
Set Asset details
|
void |
setContainerDetailInfo(ComplianceContainerDetailInfo ContainerDetailInfo)
Set This field is returned when the asset is a container.
|
void |
setHostDetailInfo(ComplianceHostDetailInfo HostDetailInfo)
Set This field is returned when the asset is a server.
|
void |
setImageDetailInfo(ComplianceImageDetailInfo ImageDetailInfo)
Set This field is returned when the asset is an image.
|
void |
setK8SDetailInfo(ComplianceK8SDetailInfo K8SDetailInfo)
Set This field is returned when the asset is a K8s asset.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeComplianceAssetDetailInfoResponse()
public DescribeComplianceAssetDetailInfoResponse(DescribeComplianceAssetDetailInfoResponse source)
public ComplianceAssetDetailInfo getAssetDetailInfo()
public void setAssetDetailInfo(ComplianceAssetDetailInfo AssetDetailInfo)
AssetDetailInfo
- Asset detailspublic ComplianceContainerDetailInfo getContainerDetailInfo()
public void setContainerDetailInfo(ComplianceContainerDetailInfo ContainerDetailInfo)
ContainerDetailInfo
- This field is returned when the asset is a container.
Note: This field may return null, indicating that no valid values can be obtained.public ComplianceImageDetailInfo getImageDetailInfo()
public void setImageDetailInfo(ComplianceImageDetailInfo ImageDetailInfo)
ImageDetailInfo
- This field is returned when the asset is an image.
Note: This field may return null, indicating that no valid values can be obtained.public ComplianceHostDetailInfo getHostDetailInfo()
public void setHostDetailInfo(ComplianceHostDetailInfo HostDetailInfo)
HostDetailInfo
- This field is returned when the asset is a server.
Note: This field may return null, indicating that no valid values can be obtained.public ComplianceK8SDetailInfo getK8SDetailInfo()
public void setK8SDetailInfo(ComplianceK8SDetailInfo K8SDetailInfo)
K8SDetailInfo
- This field is returned when the asset is a K8s asset.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.