public static final class DescribeImageVulWhiteListResponseBody.Builder extends Object
public DescribeImageVulWhiteListResponseBody.Builder code(String code)
The status code returned. A value of 200 indicates that the request was successful. Other values indicate that the request failed. You can identify the cause of the failure based on the value of this parameter.
example:200
public DescribeImageVulWhiteListResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public DescribeImageVulWhiteListResponseBody.Builder imageVulWhitelist(List<DescribeImageVulWhiteListResponseBody.ImageVulWhitelist> imageVulWhitelist)
The information about the whitelist of image vulnerabilities.
public DescribeImageVulWhiteListResponseBody.Builder message(String message)
The message returned.
example:successful
public DescribeImageVulWhiteListResponseBody.Builder pageInfo(DescribeImageVulWhiteListResponseBody.PageInfo pageInfo)
The pagination information.
public DescribeImageVulWhiteListResponseBody.Builder requestId(String requestId)
The request ID.
example:911025D0-3D1E-5213-A18A-37EA0C92****
public DescribeImageVulWhiteListResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public DescribeImageVulWhiteListResponseBody.Builder timeCost(Long timeCost)
The amount of time that was consumed to process the request. Unit: milliseconds.
example:1
public DescribeImageVulWhiteListResponseBody build()
Copyright © 2026. All rights reserved.