Class DescribeImageScanFindingsResponse

    • Method Detail

      • registryId

        public final String registryId()

        The registry ID associated with the request.

        Returns:
        The registry ID associated with the request.
      • repositoryName

        public final String repositoryName()

        The repository name associated with the request.

        Returns:
        The repository name associated with the request.
      • imageId

        public final ImageIdentifier imageId()
        Returns the value of the ImageId property for this object.
        Returns:
        The value of the ImageId property for this object.
      • imageScanStatus

        public final ImageScanStatus imageScanStatus()

        The current state of the scan.

        Returns:
        The current state of the scan.
      • imageScanFindings

        public final ImageScanFindings imageScanFindings()

        The information contained in the image scan findings.

        Returns:
        The information contained in the image scan findings.
      • nextToken

        public final String nextToken()

        The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Returns:
        The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object