Class DescribeFindingsResult

    • Constructor Detail

      • DescribeFindingsResult

        public DescribeFindingsResult()
    • Method Detail

      • getFindings

        public List<Finding> getFindings()

        Information about the finding.

        Returns:
        Information about the finding.
      • setFindings

        public void setFindings​(Collection<Finding> findings)

        Information about the finding.

        Parameters:
        findings - Information about the finding.
      • withFindings

        public DescribeFindingsResult withFindings​(Collection<Finding> findings)

        Information about the finding.

        Parameters:
        findings - Information about the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFailedItems

        public Map<String,​FailedItemDetails> getFailedItems()

        Finding details that cannot be described. An error code is provided for each failed item.

        Returns:
        Finding details that cannot be described. An error code is provided for each failed item.
      • setFailedItems

        public void setFailedItems​(Map<String,​FailedItemDetails> failedItems)

        Finding details that cannot be described. An error code is provided for each failed item.

        Parameters:
        failedItems - Finding details that cannot be described. An error code is provided for each failed item.
      • withFailedItems

        public DescribeFindingsResult withFailedItems​(Map<String,​FailedItemDetails> failedItems)

        Finding details that cannot be described. An error code is provided for each failed item.

        Parameters:
        failedItems - Finding details that cannot be described. An error code is provided for each failed item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearFailedItemsEntries

        public DescribeFindingsResult clearFailedItemsEntries()
        Removes all the entries added into FailedItems. <p> Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object