public static final class DescribeImageSensitiveFileListResponseBody.Builder extends Object
public DescribeImageSensitiveFileListResponseBody.Builder code(String code)
The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.
example:200
public DescribeImageSensitiveFileListResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code.
example:200
public DescribeImageSensitiveFileListResponseBody.Builder message(String message)
The error message returned.
example:successful
public DescribeImageSensitiveFileListResponseBody.Builder pageInfo(DescribeImageSensitiveFileListResponseBody.PageInfo pageInfo)
The pagination information.
public DescribeImageSensitiveFileListResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:8D19A089-E6BC-5244-800C-7E590D50487F
public DescribeImageSensitiveFileListResponseBody.Builder sensitiveFileList(List<DescribeImageSensitiveFileListResponseBody.SensitiveFileList> sensitiveFileList)
An array that consists of the information about the sensitive files.
public DescribeImageSensitiveFileListResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public DescribeImageSensitiveFileListResponseBody build()
Copyright © 2026. All rights reserved.