public class DescribeComplianceAssetDetailInfoResponse extends AbstractModel
header, 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.